diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index f316f4c5..521296a0 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -538,6 +538,14 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _SpecialStepsFoldout, "@SpecialStepsFoldout"); } } + private LazyLoad _AllowDuplex; + public bool AllowDuplex + { + get + { + return LazyLoad(ref _AllowDuplex, "@AllowDuplex"); + } + } private LazyLoad _AccessoryDocsInDuplex; public bool AccessoryDocsInDuplex {