B2017-192: SAMG Supplemental facing page, incorrect steps on facing pages depending on page breaks of steps.
This commit is contained in:
@@ -296,6 +296,8 @@ namespace Volian.Print.Library
|
||||
// the list StepSectPageBreaksForSupInfo off of the section object
|
||||
// Second pass prints the supplemental information pdfs using the list generated in the first pass to know where to do the
|
||||
// supplemental information page breaks & then merges in those pages when printing the step sections.
|
||||
SectionInfo.ResetLookupStepSectPageBreaks(); // B2017-192: Reset lists for tracking page breaks
|
||||
SectionInfo.ResetLookupStepSectPageBreaksForSupInfo();
|
||||
SupInfoPrintType = E_SupInfoPrintType.DoPageBreaks;
|
||||
string retstr = Print(_MyItem as ProcedureInfo, pdfFolder, false, false);
|
||||
if (retstr == null) return null;
|
||||
|
Reference in New Issue
Block a user