Default PCR3 document comment to Not required
This commit is contained in:
parent
6a2bc0b4ab
commit
f0df620dc9
@ -147,6 +147,8 @@
|
||||
document.DocNumbers.ToLower().Equals("n/a") ||
|
||||
document.DocNumbers.ToLower().Equals("n a") ||
|
||||
document.DocNumbers.ToLower().Equals("not applicable")) {
|
||||
if (string.IsNullOrWhiteSpace(document.Comment))
|
||||
document.Comment = "Not required";
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user