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.