Default PCR3 document comment to Not required

This commit is contained in:
Chase Tucker 2025-01-23 15:10:21 -07:00
parent 6a2bc0b4ab
commit f0df620dc9

View File

@ -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;