Fixed a null reference problem with Unit values

This commit is contained in:
John Jenko 2011-12-12 19:59:30 +00:00
parent 0d9e131849
commit 904947bb08

View File

@ -181,7 +181,7 @@ namespace VEPROMS.CSLA.Library
// in the specified string
string retvalu = "";
string asis = "#";
if (str == null || str.Equals(string.Empty)) return null;
if (str == null || str.Equals(string.Empty)) return retvalu; // return a null (empty) string
/*
* Bug fix: B2005-017 3/2/2005
* Need to use the largest procedure number length that's in the