This commit is contained in:
@@ -156,7 +156,11 @@ namespace Volian.Controls.Library
|
||||
cmbCheckoff.Enabled = false; // Checkoffs already assigned to RNO.
|
||||
if (StepOverRide()) cmbCheckoff.Enabled = false; // Checkoffs already assigned to AER
|
||||
|
||||
if (fmtdata.ProcData.CheckOffData.CheckOffList == null || fmtdata.ProcData.CheckOffData.CheckOffList.Count == 0)
|
||||
// if there are no checkoffs OR
|
||||
// if this is a sign-off, the checkoff list is not enabled either (matches 16bit functionality) At some point, we
|
||||
// may want to allow them to turn off the checkoff
|
||||
if ((fmtdata.ProcData.CheckOffData.CheckOffList == null || fmtdata.ProcData.CheckOffData.CheckOffList.Count == 0) ||
|
||||
fmtdata.ProcData.CheckOffData.Menu=="Signoff")
|
||||
cmbCheckoff.Enabled = false;
|
||||
|
||||
if (sc == null) // if there is no config data, Page Break and CAS check boxes are false
|
||||
|
Reference in New Issue
Block a user