This commit is contained in:
parent
1569e1e0f5
commit
e3d2fe5d23
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user