diff --git a/PROMS/Volian.Print.Library/PromsPrinter.cs b/PROMS/Volian.Print.Library/PromsPrinter.cs index 84a3ee56..f320e555 100644 --- a/PROMS/Volian.Print.Library/PromsPrinter.cs +++ b/PROMS/Volian.Print.Library/PromsPrinter.cs @@ -852,6 +852,8 @@ namespace Volian.Print.Library { if (mySection.PageNumber == -1) // If page num transition goes to a section, need the pagenumber of section. mySection.PageNumber = _MyHelper.CurrentPageNumber; + else + mySection.PageNumberNextPass = _MyHelper.CurrentPageNumber; int profileDepth = ProfileTimer.Push(">>>> CreateWordDocPdf"); _MyHelper.MySection = mySection; try