diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index c8283eea..d8da3425 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -2244,6 +2244,14 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _ImperfectStructurePlus4, "@ImperfectStructurePlus4"); } } + private LazyLoad _SkipNonSeqTabWithPar; + public bool SkipNonSeqTabWithPar + { + get + { + return LazyLoad(ref _SkipNonSeqTabWithPar, "@SkipNonSeqTabWithPar"); + } + } private LazyLoad _CountAllSubLevels; public bool CountAllSubLevels {