V.C.Summer Transition Caution fix
This commit is contained in:
parent
467afa5c8b
commit
cad3c3d6ee
@ -129,6 +129,7 @@ namespace Volian.Print.Library
|
||||
// into the box code. Without this check, none of the box code is run. This caused a problem
|
||||
// for VCS where two different type notes where not getting separate boxes.
|
||||
bool doSeparateBoxHdrChg = false;
|
||||
childItemInfo.SetupTags(); // added for V.C. Summer Transition caution in EOP-15.0 step 5.4
|
||||
if (childItemInfo.MyPrevious != null && childItemInfo.MyHeader != null && childItemInfo.MyPrevious.MyHeader != null
|
||||
&& childItemInfo.MyHeader.CleanText != childItemInfo.MyPrevious.MyHeader.CleanText) doSeparateBoxHdrChg = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user