This commit is contained in:
2020-01-20 18:30:25 +00:00
parent b2d2f0f108
commit b20d81e5cf
9 changed files with 89 additions and 70 deletions

View File

@@ -206,7 +206,7 @@ namespace AyaNova.Biz
for (int i = 0; i < v.Count; i++)
{
AyaField MasterFormField = null;
AyaFieldDefinition MasterFormField = null;
var formFieldItem = v[i];
if (formFieldItem["fld"] == null)