This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user