diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index 9af2857d..78f8b50a 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -4718,6 +4718,14 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _UseSecTitles, "@UseSecTitles"); } } + private LazyLoad _DoSectionTransitions; + public bool DoSectionTransitions + { + get + { + return LazyLoad(ref _DoSectionTransitions, "@DoSectionTransitions"); + } + } private LazyLoad _HardSpTranProcNumb; public bool HardSpTranProcNumb {