diff --git a/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs b/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs index c073a287..9a5ea637 100644 --- a/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs +++ b/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs @@ -3822,7 +3822,10 @@ namespace VEPROMS.CSLA.Library try { ReadData(dr); - //AddContent(dr); // B2022-025: memory leak. Content gets added in other places - this was adding it twice. + AddContent(dr); // B2022-025: memory leak. Content gets added in other places - this was adding it twice. + // B2022-034 & B2022-040: needed to un-comment the AddContent(), previous bug fix (B2022-025) + // caused the unit designators (BNPP NOPs) to show resolved in the editor + // when the procedure was printed (from tree) for a specific unit prior to editing } catch (Exception ex) {