mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-09-01 18:53:58 +00:00
contract template obligation contract template dependency UI
This commit is contained in:
Vendored
+3
@@ -153,6 +153,9 @@ class Form {
|
||||
else if(code[i] == 'CURRENT_PASSWORD_NOT_MATCH') {
|
||||
return_message.push(Sprintf(General.lang('current_password_not_match'), value));
|
||||
}
|
||||
else if(code[i] == 'OBLIGATION_DEPEND_ERROR') {
|
||||
return_message.push(Sprintf(General.lang('obligation_depend_error'), value));
|
||||
}
|
||||
else {
|
||||
return_message.push(code[i]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user