C2019-042 Added a check box to identify a section as being a foldout – used in with printing in duplex
C2019-042 use new format config setting to check if sections are foldouts C2019-042 use new format config setting to check if sections are foldout B2019-134 code cleanup, discovered we were missing a “break;” statement in processing folder specific information
This commit is contained in:
@@ -383,7 +383,7 @@ namespace Volian.Print.Library
|
||||
ItemInfo tiDefault = GetDefaultItemInfo(_Ti.MyItemToID);
|
||||
ItemInfo from = _Ti.MyContent.ContentItems[0];
|
||||
if (_Ti.MyItemToID.MyProcedure.ItemID == from.MyProcedure.ItemID &&
|
||||
!from.ActiveSection.DisplayNumber.ToUpper().StartsWith("FOLDOUT"))
|
||||
!((from.ActiveSection.MyConfig as SectionConfig).Section_IsFoldout == "Y")) //C2019-042 Section_IsFoldout checks Section Number, Section Title, and use of check box
|
||||
{ // Local Go To
|
||||
if (_Ti.MyItemToID.MyContent.Type > 9999) // internal to this file
|
||||
{
|
||||
|
Reference in New Issue
Block a user