diff --git a/PROMS/Volian.Print.Library/PromsPrinter.cs b/PROMS/Volian.Print.Library/PromsPrinter.cs index 265cc6f6..f5a0155c 100644 --- a/PROMS/Volian.Print.Library/PromsPrinter.cs +++ b/PROMS/Volian.Print.Library/PromsPrinter.cs @@ -464,7 +464,9 @@ namespace Volian.Print.Library if ( section.NextItemCount > 0) { SectionInfo tmpii = SectionInfo.Get(section.NextItem.ItemID); - if (!section.IsAccPages) + // if this section & the next section are not accessory pages, see if there is continuous pagination, + // i.e. no page break between them. + if (section.IsStepSection && tmpii.IsStepSection) { SectionConfig sc = tmpii.SectionConfig; try