mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[MIG] Forward port of lp:banking-addons/6.1, rev. 167,
[FIX] ABN AMRO: Pick up IBAN account number in INTL formatted lines
This commit is contained in:
@@ -295,7 +295,7 @@ class transaction(models.mem_bank_transaction):
|
||||
if fields[2].startswith('/'):
|
||||
self.remote_account = fields[2][1:].strip()
|
||||
else:
|
||||
self.message += ' ' + fields[2].strip()
|
||||
self.remote_account = fields[2].strip()
|
||||
# fourth column contains remote owner
|
||||
self.remote_owner = (len(fields) > 3 and fields[3].strip() or
|
||||
False)
|
||||
|
||||
Reference in New Issue
Block a user