This commit is contained in:
parent
25a124fa89
commit
7ba03b3bdf
1 changed files with 3 additions and 4 deletions
|
|
@ -71,9 +71,8 @@ public class BankAccountValidationConfig {
|
||||||
AccountError.RequiredFieldEmpty,
|
AccountError.RequiredFieldEmpty,
|
||||||
AccountError.DictionaryNotFound,
|
AccountError.DictionaryNotFound,
|
||||||
false),
|
false),
|
||||||
ValidateSymbolsRule.required("БИК",
|
ValidateSymbolsRule.notRequired("БИК",
|
||||||
BankAccountNewRequest::getBankIdentificationCode,
|
BankAccountUpdateRequest::getBankIdentificationCode,
|
||||||
AccountError.RequiredFieldEmpty,
|
|
||||||
AccountError.BadSymbol),
|
AccountError.BadSymbol),
|
||||||
ValidateSymbolsRule.required("Наименование компании",
|
ValidateSymbolsRule.required("Наименование компании",
|
||||||
BankAccountNewRequest::getBankName,
|
BankAccountNewRequest::getBankName,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue