Corrected Comment

This commit is contained in:
Rich 2017-07-18 16:05:02 +00:00
parent 03ed697128
commit af6ef93ade

View File

@ -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)
{