diff --git a/PROMS/VEPROMS User Interface/frmSectionProperties.cs b/PROMS/VEPROMS User Interface/frmSectionProperties.cs index d4d03553..b6279648 100644 --- a/PROMS/VEPROMS User Interface/frmSectionProperties.cs +++ b/PROMS/VEPROMS User Interface/frmSectionProperties.cs @@ -283,7 +283,7 @@ namespace VEPROMS // Check for the print section num/title config item to determine whether that checkbox should // be checked. - ppCbPrnSecNumTitle.Enabled = pf.FormatData.SectData.UseMetaSections; + ppCbPrnSecNumTitle.Enabled = true; // pf.FormatData.SectData.UseMetaSections; //ppCbPrnSecNumTitle.Checked = ppCbPrnSecNumTitle.Enabled && _SectionConfig.Section_PrintHdr != "N"; ppCbPrnSecNumTitle.Checked = _SectionConfig.Section_PrintHdr != "N";