From 9419f7d83014fcbe5aa8f7041a8beb08458f3c46 Mon Sep 17 00:00:00 2001 From: Rich Date: Fri, 10 Nov 2017 19:43:35 +0000 Subject: [PATCH] B2017-256 ConvertUnderscoreToUnderline was not being read properly from the format file. --- PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index 6b681bb7..ddf94377 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -2141,7 +2141,8 @@ namespace VEPROMS.CSLA.Library { get { - return LazyLoad(ref _ConvertCaretToDelta, "@ConvertUnderscoreToUnderline"); + //B2017-256 - Value was not using _ConvertUnderscoreToUnderline + return LazyLoad(ref _ConvertUnderscoreToUnderline, "@ConvertUnderscoreToUnderline"); } } // This format flag turns off the Replace Words functionality.