mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_banking: corrected typo
This commit is contained in:
@@ -978,7 +978,7 @@ class res_partner_bank(osv.osv):
|
||||
bban = iban.localized_BBAN
|
||||
# Prevent empty search filters
|
||||
if bban:
|
||||
extra_args = ('acc_number', term[1], bban)
|
||||
extra_term = ('acc_number', term[1], bban)
|
||||
except:
|
||||
pass
|
||||
if extra_term:
|
||||
|
||||
Reference in New Issue
Block a user