This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user