This commit is contained in:
@@ -301,7 +301,7 @@ namespace AyaNova.Biz
|
||||
|
||||
foreach (string s in fullFields)
|
||||
{
|
||||
AyaField o = fields.FirstOrDefault(x => x.LtKey == s);
|
||||
AyaField o = fields.FirstOrDefault(x => x.FieldKey == s);
|
||||
#if (DEBUG)
|
||||
//Developers little helper
|
||||
if (o == null)
|
||||
|
||||
Reference in New Issue
Block a user