diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index 2894f4ac..c8283eea 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -2268,6 +2268,14 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _AdjustRNOCautionNoteWidth, "@AdjustRNOCautionNoteWidth"); } } + private LazyLoad _DontResetIndentOnNewline; + public bool DontResetIndentOnNewline + { + get + { + return LazyLoad(ref _DontResetIndentOnNewline, "@DontResetIndentOnNewline"); + } + } } #endregion #region TextTypeValue