This commit is contained in:
2020-06-25 20:49:04 +00:00
parent e4346f26c4
commit 8af5e44231

View File

@@ -131,7 +131,7 @@ namespace AyaNova.Biz
{
Translation t = new Translation();
t.Name = (string)o["name"];
t.Name = (string)o["Name"];
string newUniqueName = string.Empty;
bool NotUnique = true;
long l = 1;