diff --git a/PROMS/VEPROMS.CSLA.Library/Extension/ItemInsertExt.cs b/PROMS/VEPROMS.CSLA.Library/Extension/ItemInsertExt.cs index a147a4ce..88b03a24 100644 --- a/PROMS/VEPROMS.CSLA.Library/Extension/ItemInsertExt.cs +++ b/PROMS/VEPROMS.CSLA.Library/Extension/ItemInsertExt.cs @@ -1503,8 +1503,8 @@ namespace VEPROMS.CSLA.Library EnhancedSetNoteCautionLinks(newSourceSectionInfo.Steps[iStp], enhType); } } + enhStep = GetNextEnhancedStep(enhStep); // B2017-271: this needs to be within the condition where the enhanced step is linked. } - enhStep = GetNextEnhancedStep(enhStep); } } private ItemInfo GetNextEnhancedStep(ItemInfo itemInfo)