This commit is contained in:
Kathy Ruffing 2011-07-29 13:42:24 +00:00
parent 385a06ffae
commit d74660c1c2

View File

@ -464,7 +464,9 @@ namespace Volian.Print.Library
if ( section.NextItemCount > 0) if ( section.NextItemCount > 0)
{ {
SectionInfo tmpii = SectionInfo.Get(section.NextItem.ItemID); 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; SectionConfig sc = tmpii.SectionConfig;
try try