diff --git a/PROMS/VEPROMS.CSLA.Library/Extension/TransitionExt.cs b/PROMS/VEPROMS.CSLA.Library/Extension/TransitionExt.cs index 1e116976..9a6c4bd7 100644 --- a/PROMS/VEPROMS.CSLA.Library/Extension/TransitionExt.cs +++ b/PROMS/VEPROMS.CSLA.Library/Extension/TransitionExt.cs @@ -981,7 +981,8 @@ namespace VEPROMS.CSLA.Library // if in same procedure and same section do not add it. if (tb._ToItem.MyProcedure.ItemID == tb._FromItem.MyProcedure.ItemID && - sect == TranGetSectionItem(tb._FromItem)) + sect == TranGetSectionItem(tb._FromItem) && + ! tb._ToItem.IsSection) return false; // If a 'thru' range, only put out the section if it's to a different section