diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index 81bded37..31f616ff 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -1437,7 +1437,7 @@ namespace Volian.Print.Library || !itemInfo.Steps[0].FormatStepData.StepLayoutData.AlignWithParentTab))) { bool doprint = true; - if (MyItemInfo.IsSection) // if on a section, be sure that section title should print. + if (MyItemInfo.IsSection && formatInfo.PlantFormat.FormatData.SectData.UseMetaSections) // if on a section, be sure that section title should print. { SectionConfig sch = MyItemInfo.MyConfig as SectionConfig; if (sch != null && sch.Section_PrintHdr != "Y") doprint = false;