This commit is contained in:
@@ -58,7 +58,8 @@ namespace AyaNova.DataList
|
||||
if (o.IsCustomField && !CustomFieldIncluded)
|
||||
{ //if any are custom field then add custom fields column to query
|
||||
CustomFieldIncluded=true;
|
||||
|
||||
sb.Append(", ");
|
||||
sb.Append(o.GetSqlValueColumnName());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user