case 3731

This commit is contained in:
2020-03-10 17:28:09 +00:00
parent 15ae3ab7e9
commit fd309255c7
3 changed files with 3 additions and 3 deletions

View File

@@ -307,7 +307,8 @@ namespace GZTW.AyaNova.BLL
//Case 427
internal string mReceipt;
[SqlColumnNameAttribute("aChildUnits.ARECEIPT"), Display(DisplayType.Text)]
public object LT_Unit_Label_Receipt
//case 3731 was defined as "object" not string causing grid filter to offer date related not string related filters
public string LT_Unit_Label_Receipt
{
get
{