F2023-112 inital check in of Vogtle Background format
This commit is contained in:
@@ -4104,7 +4104,7 @@ namespace VEPROMS.CSLA.Library
|
||||
ItemInfo srcItem = ItemInfo.Get(eds[0].ItemID);
|
||||
if (srcItem == null) return null;
|
||||
|
||||
if (srcItem.IsHigh) return srcItem.Ordinal;
|
||||
if (srcItem.IsHigh || srcItem.IsSection || srcItem.IsProcedure) return srcItem.Ordinal;
|
||||
// B2018-118: the LinkedOrdinal count must take into account cautions versus notes types:
|
||||
ItemInfo hls = srcItem.MyHLS;
|
||||
bool enIsCaution = this.IsCaution;
|
||||
|
Reference in New Issue
Block a user