This commit is contained in:
Kathy Ruffing 2010-12-07 12:42:42 +00:00
parent 1569e1e0f5
commit e3d2fe5d23

View File

@ -1594,7 +1594,9 @@ namespace VEPROMS.CSLA.Library
}
#endregion
#region Change Bar
public bool HasChangeBar()
public bool HasChangeBar
{
get
{
if (this.IsAccPages || this.IsProcedure || this.IsSection) return false;
StepInfo si = this as StepInfo;
@ -1607,6 +1609,7 @@ namespace VEPROMS.CSLA.Library
else // override is on:
return (sc.Step_CBOverride == "On");
}
}
#endregion
#region IVEReadOnlyItem
PartInfoList _PartInfoList;