From bfd2ae34ab5bed16390f95be96eaab1fb3824464 Mon Sep 17 00:00:00 2001 From: Rich Date: Wed, 16 May 2018 12:42:10 +0000 Subject: [PATCH] C2018-013 Procedures with Supplemental Information will assume that all sections are printed separately --- PROMS/VEPROMS.CSLA.Library/Config/SectionConfig.cs | 2 ++ 1 file changed, 2 insertions(+) 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).