From 37f500ed71b7f531c44fc58179cf18c405e53ea2 Mon Sep 17 00:00:00 2001 From: Kathy Date: Wed, 13 Oct 2010 17:03:57 +0000 Subject: [PATCH] --- PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs | 8 ++++++++ 1 file changed, 8 insertions(+) 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 {