diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index c341b3e4..f16ad2ba 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -3961,12 +3961,12 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _NumberSubs, "@NumberSubs"); } } - private LazyLoad _Bullet; - public bool Bullet + private LazyLoad _BulletOnContinuous; + public bool BulletOnContinuous { get { - return LazyLoad(ref _Bullet, "@Bullet"); + return LazyLoad(ref _BulletOnContinuous, "@BulletOnContinuous"); } } private LazyLoad _StepNumberForHighLevel;