C2018-013 Procedures with Supplemental Information will assume that all sections are printed separately

This commit is contained in:
Rich 2018-05-16 12:42:10 +00:00
parent 08327810e3
commit bfd2ae34ab

View File

@ -298,6 +298,8 @@ namespace VEPROMS.CSLA.Library
{
get
{
// C2018-013 Procedures with Supplemental Information will assume that all sections are printed separately.
if (_SectionInfo != null && _SectionInfo.MyProcedure.ProcHasSupInfoData) return SectionPagination.Separate;
string s = _Xp["Section", "Pagination"];
//If there is no value to get, then get the parent value (a.k.a. default value).