B2017-256 ConvertUnderscoreToUnderline was not being read properly from the format file.

This commit is contained in:
Rich 2017-11-10 19:43:35 +00:00
parent 365a46ba5d
commit 9419f7d830

View File

@ -2141,7 +2141,8 @@ namespace VEPROMS.CSLA.Library
{ {
get 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. // This format flag turns off the Replace Words functionality.