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) {