mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] Remove copy/paste comment
This commit is contained in:
@@ -30,8 +30,5 @@ class res_partner_bank(orm.Model):
|
||||
return True
|
||||
|
||||
_constraints = [
|
||||
# Cannot have this as a constraint as it is rejecting valid numbers from GB and DE
|
||||
# It works much better without this constraint!
|
||||
#(check_iban, _("The IBAN number doesn't seem to be correct"), ["acc_number"])
|
||||
(_check_bank, '\nPlease define BIC/Swift code on bank for bank type IBAN Account to make valid payments', ['bic'])
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user