diff --git a/PROMS/Formats/fmtall/BASEall.xml b/PROMS/Formats/fmtall/BASEall.xml index cc2d749e..4c321036 100644 Binary files a/PROMS/Formats/fmtall/BASEall.xml and b/PROMS/Formats/fmtall/BASEall.xml differ diff --git a/PROMS/Formats/fmtall/BVPSAOPall.xml b/PROMS/Formats/fmtall/BVPSAOPall.xml index cf667c20..421326cd 100644 Binary files a/PROMS/Formats/fmtall/BVPSAOPall.xml and b/PROMS/Formats/fmtall/BVPSAOPall.xml differ diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index 82a246fb..5552ed1e 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -1308,6 +1308,15 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _SpecialCaseCalvertPagination, "@SpecialCaseCalvertPagination"); } } + // B2023-034 for use with Beaver Valley AOP format + private LazyLoad _UseOnFirstForSeparatePaginationOnSubSect; + public bool UseOnFirstForSeparatePaginationOnSubSect + { + get + { + return LazyLoad(ref _UseOnFirstForSeparatePaginationOnSubSect, "@UseOnFirstForSeparatePaginationOnSubSect"); + } + } private LazyLoad _WCNTraining; public bool WCNTraining {