This commit is contained in:
@@ -15,6 +15,10 @@ namespace AyaNova.Biz
|
||||
//Returns existance status of object type and id specified in database
|
||||
internal static string Name(AyaType aytype, long id, System.Data.Common.DbCommand cmd)
|
||||
{
|
||||
if (aytype == AyaType.NoType || id == 0)
|
||||
{
|
||||
return "-";
|
||||
}
|
||||
string TABLE = string.Empty;
|
||||
string COLUMN = "name";
|
||||
//CoreBizObject add here
|
||||
|
||||
Reference in New Issue
Block a user