diff --git a/PROMS/VEPROMS.CSLA.Library/Config/SectionConfig.cs b/PROMS/VEPROMS.CSLA.Library/Config/SectionConfig.cs index a2b7e362..5adf1c4f 100644 --- a/PROMS/VEPROMS.CSLA.Library/Config/SectionConfig.cs +++ b/PROMS/VEPROMS.CSLA.Library/Config/SectionConfig.cs @@ -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).