case 3731
This commit is contained in:
@@ -12,7 +12,7 @@ using System.Security.Permissions;
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Ground Zero Tech-Works Inc.")]
|
||||
[assembly: AssemblyProduct("AyaNova")]
|
||||
[assembly: AssemblyCopyright("Copyright 1999-2019 Ground Zero Tech-Works Inc. All rights reserved.")]
|
||||
[assembly: AssemblyCopyright("Copyright 1999-2020 Ground Zero Tech-Works Inc. All rights reserved.")]
|
||||
[assembly: AssemblyTrademark("AyaNova® is either a registered trademark or trademark of Ground Zero Tech-Works Inc. in the United States and/or other countries.")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user