diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index 78b9fea3..b7d0464e 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -4722,6 +4722,15 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _MacroDef, "@Macro"); } } + private LazyLoad _LocWithXOff; + public bool? LocWithXOff + { + get + { + return LazyLoad(ref _LocWithXOff, "@LocWithXOff"); + } + } + private LazyLoad _Grouping; public int? Grouping {