[FIX] Remove copy/paste comment

This commit is contained in:
Stefan Rijnhart
2013-07-28 21:45:38 +02:00
parent 529e93fbc1
commit 564d655bb1

View File

@@ -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'])
]