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