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 {