B2023-034 encapsulated pagination logic added for Beaver Valley AOP format with a format flag so that it does not adversely affect Calver or other plant procedures.

This commit is contained in:
John Jenko 2023-03-14 13:26:22 +00:00
parent 3eb61cbf2d
commit 9c0b6a315c

View File

@ -448,7 +448,9 @@ namespace Volian.Print.Library
// without this logic, the first step is printed at the same y-location as if it was on the previous page // without this logic, the first step is printed at the same y-location as if it was on the previous page
bool sepPaginationForSubSection = false; bool sepPaginationForSubSection = false;
// B2023-033: don't do the sub-section check that was done for Beaver Valley (F2023-015) for Calvert // B2023-033: don't do the sub-section check that was done for Beaver Valley (F2023-015) for Calvert
if (!MyItemInfo.ActiveFormat.PlantFormat.FormatData.PrintData.SpecialCaseCalvert) // B2023-034 The fix for B2023-033 didn't fix a Calvert sub-section that uses their Valve List.
// Added a format file for use in Beaver Valley AOP format, since this logic was put in for them.
if (MyItemInfo.ActiveFormat.PlantFormat.FormatData.PrintData.UseOnFirstForSeparatePaginationOnSubSect)
{ {
if (MyItemInfo.IsHigh && MyItemInfo.MyPrevious == null && MyItemInfo.MyActiveSection.IsSubsection) if (MyItemInfo.IsHigh && MyItemInfo.MyPrevious == null && MyItemInfo.MyActiveSection.IsSubsection)
{ {