From f695be7f6b004496d7155c2075199078f24304cb Mon Sep 17 00:00:00 2001 From: John Date: Wed, 23 Jul 2014 16:53:07 +0000 Subject: [PATCH] Fixed logic for single column checkoff macro --- PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index 98d2b8e2..35120667 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -4977,7 +4977,7 @@ namespace VEPROMS.CSLA.Library get { if (_Inherited == null) SetupStepInheritance(); - return LazyLoad(ref _MacroDef, "@SingleColMacro"); + return LazyLoad(ref _SingleColMacroDef, "@SingleColMacro"); } } private LazyLoad _MacroXOffSet;