From db199dd304d4339594cddd9daeca98e9ded624eb Mon Sep 17 00:00:00 2001 From: Kathy Date: Thu, 25 Jul 2013 13:25:24 +0000 Subject: [PATCH] Enable print section title regardless if format has UseMetaSection --- PROMS/VEPROMS User Interface/frmSectionProperties.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";