This commit is contained in:
2019-01-17 18:36:17 +00:00
parent 3add6dc16f
commit 595222a996
6 changed files with 71 additions and 80 deletions

View File

@@ -436,6 +436,9 @@ namespace AyaNova.Biz
s = s.Replace("Custom0", "Custom1", StringComparison.InvariantCultureIgnoreCase);
//separate code will handle adding the new keys that didn't exist in v7 (custom 11 - 16)
//CommonActive CommonID etc remove Common
s = s.Replace("Common", "");
return s;
}