diff --git a/PROMS/Volian.Controls.Library/DisplayTags.cs b/PROMS/Volian.Controls.Library/DisplayTags.cs index 0924e831..f35b5eda 100644 --- a/PROMS/Volian.Controls.Library/DisplayTags.cs +++ b/PROMS/Volian.Controls.Library/DisplayTags.cs @@ -192,7 +192,7 @@ namespace Volian.Controls.Library if (_checkoffsAllowed && (fmtdata.ProcData.CheckOffData.CheckOffList == null || fmtdata.ProcData.CheckOffData.CheckOffList.Count == 0) || fmtdata.ProcData.CheckOffData.Menu == "Signoff") { - SectionConfig secf = CurItemInfo.MyActiveSection.MyConfig as SectionConfig; + SectionConfig secf = CurItemInfo.ActiveSection.MyConfig as SectionConfig; if (secf.Section_CheckoffListSelection > 0) cmbCheckoff.SelectedIndex = secf.Section_CheckoffListSelection - ((fmtdata.ProcData.CheckOffData.Menu == "Signoff") ? 0 : 1); cmbCheckoff.Enabled = false; }