Added Format Flag to account for Sub-sections levels in the Sequential Numbering

B2015-162 Bug was able to be fixed with data.  Attachment 7 and 8 in Shared AOP 79 were incorrectly set to print Number and Title.
This commit is contained in:
Rich
2015-10-13 13:56:32 +00:00
parent fc05c5feec
commit 406ec0f036
4 changed files with 32 additions and 1 deletions

View File

@@ -1893,6 +1893,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _UseMetaSections, "@UseMetaSections");
}
}
private LazyLoad<bool> _CountSubSectionsForLevel;
public bool CountSubSectionsForLevel
{
get
{
return LazyLoad(ref _CountSubSectionsForLevel, "@CountSubSectionsForLevel");
}
}
private LazyLoad<bool> _PrintPhoneList;
public bool PrintPhoneList
{