diff --git a/PROMS/Volian.Print.Library/PromsPrinter.cs b/PROMS/Volian.Print.Library/PromsPrinter.cs index 110a233a..54236532 100644 --- a/PROMS/Volian.Print.Library/PromsPrinter.cs +++ b/PROMS/Volian.Print.Library/PromsPrinter.cs @@ -947,11 +947,12 @@ namespace Volian.Print.Library InsertBlankPage(cb); } GenerateTOC(mySection, myProcedure, cb, _TextLayer); + // B2020-102: extra page printing after auto TOC for summer. Retested for Farley and was successful also // F2018-033: Farley Auto TOC. If doing foldouts or supinfo facing pages, add a blank page after also: - if (((cb.PdfWriter.CurrentPageNumber % 2 == 0 && !_MyHelper.CreatingFoldoutPage) || myProcedure.ProcHasSupInfoData) && InsertBlankPages) // Bug Fix: B2016-181 - add blank page if page count is even - { - InsertBlankPage(cb); - } + //if (myProcedure.ProcHasSupInfoData && InsertBlankPages) // Bug Fix: B2016-181 - add blank page if page count is even + //{ + // InsertBlankPage(cb); + //} } else {