From c0c249825c9b5bb27fe6156bf3be7358021f14ab Mon Sep 17 00:00:00 2001 From: Rich Date: Tue, 19 Aug 2014 19:23:32 +0000 Subject: [PATCH] Changed logic so that only the first substep skips the CR header --- PROMS/Volian.Print.Library/vlnParagraph.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index bae5fc4f..7952f9f2 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -995,7 +995,7 @@ namespace Volian.Print.Library // if the first step in box is what broke to next page, then // don't print the box on this page, only print it on next page: doAlarmBox = true; - if (MyItemInfo.MyPrevious == null) + if (MyItemInfo.MyPrevious == null && MyParent.HasCalvertMacro) MyPageHelper.AlarmYoffStart = 0; else if (MyPageHelper.AlarmYoffEnd == 0) {