From e73b34ec683381c06f62c24b2e58738d1bbc1102 Mon Sep 17 00:00:00 2001 From: Rich Date: Mon, 8 Dec 2014 20:28:27 +0000 Subject: [PATCH] Added Commented logic to handle ActiveSection when printing. --- PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs b/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs index 5dda8afa..20213310 100644 --- a/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs +++ b/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs @@ -445,7 +445,8 @@ namespace VEPROMS.CSLA.Library itemInfo.LoadAllAtOnce = true; itemInfo.ActiveParent = itemParent; itemInfo.MyParent = itemParent as ItemInfo; - // itemInfo.ActiveSection = (itemInfo as SectionInfo) ?? sectionInfo; - possible fix for not accessing correct format + // Fix for Active Section when printing. BGE_OI4 OI27D-2 + //itemInfo.ActiveSection = (itemInfo as SectionInfo) ?? sectionInfo;// - possible fix for not accessing correct format itemInfo.ActiveSection = sectionInfo; itemInfo.MyProcedure = procInfo; itemInfo.MyDocVersion = docVersionInfo;