mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_banking: removed lingering pdb trace
This commit is contained in:
@@ -872,7 +872,6 @@ class res_partner_bank(osv.osv):
|
||||
Create dual function IBAN account for SEPA countries
|
||||
Note: No check on validity IBAN/Country
|
||||
'''
|
||||
import pdb; pdb.set_trace()
|
||||
if 'iban' in vals and vals['iban']:
|
||||
iban = sepa.IBAN(vals['iban'])
|
||||
vals['iban'] = str(iban)
|
||||
|
||||
Reference in New Issue
Block a user