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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user