From af6ef93adec2506fd252daee0f5cad1e3e544819 Mon Sep 17 00:00:00 2001 From: Rich Date: Tue, 18 Jul 2017 16:05:02 +0000 Subject: [PATCH] Corrected Comment --- PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {