From fdebf85b00df4102b1952f69fb01f5fd9aaac1eb Mon Sep 17 00:00:00 2001 From: John Date: Wed, 2 Jul 2014 14:24:07 +0000 Subject: [PATCH] Added CautionNoteOrder format variable --- 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 a3918eab..98d2b8e2 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -2649,6 +2649,14 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _TabPtsPerChar, "@TabPtsPerChar"); } } + private LazyLoad _CautionNoteOrder; + public string CautionNoteOrder + { + get + { + return LazyLoad(ref _CautionNoteOrder, "@CautionNoteOrder"); + } + } private LazyLoad _ColS; public float? ColS {