diff --git a/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs b/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs index 6abbd681..b7f4be37 100644 --- a/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs +++ b/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs @@ -6329,7 +6329,7 @@ namespace VEPROMS.CSLA.Library } private bool GetProcHasSupInfoData() { - if (Sections != null) // If no sections don't check + if (Sections != null) // B2017-145 If no sections don't check { foreach (SectionInfo mySection in Sections) {