Added Comment

This commit is contained in:
Rich 2017-03-02 15:18:33 +00:00
parent a958f403d8
commit 7517636273

View File

@ -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;