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