From 7517636273d7b323f0c3c18115d6b812ce0f9ed0 Mon Sep 17 00:00:00 2001 From: Rich Date: Thu, 2 Mar 2017 15:18:33 +0000 Subject: [PATCH] Added Comment --- PROMS/Volian.Print.Library/Pagination.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Volian.Print.Library/Pagination.cs b/PROMS/Volian.Print.Library/Pagination.cs index aa3d1d18..3984f592 100644 --- a/PROMS/Volian.Print.Library/Pagination.cs +++ b/PROMS/Volian.Print.Library/Pagination.cs @@ -1110,7 +1110,7 @@ namespace Volian.Print.Library // B2016-266 Only set SectionTitleContinued1 if the format supports section continue messages bool doSectionTitleContinued1 = (sch == null || sch.Section_PrintHdr == "Y") && !MyItemInfo.MyDocStyle.CancelSectTitle && MyItemInfo.ActiveFormat.PlantFormat.FormatData.SectData.StepSectionData.ContinueSectionHeader; if (doSectionTitleContinued1 && MyItemInfo.ActiveFormat.PlantFormat.FormatData.PrintData.SpecialCaseCalvert) - { + { // B2017-036 BGE Unit 1 STP-073A-1 6.5.B.5 in the Approved Procedures did not print properly string myMsg = MyItemInfo.MyDocStyle.Continue.Top.Message; if (myMsg != null && myMsg != "") doSectionTitleContinued1 = false;