~therp-nl/banking-addons/6.1_mt940_line_endings

« back to all changes in this revision

Viewing changes to account_banking_nl_abnamro/abnamro.py

  • Committer: Guewen Baconnier
  • Author(s): Stefan Rijnhart
  • Date: 2013-04-29 06:56:17 UTC
  • mfrom: (165.2.1 abnamro-intl)
  • Revision ID: guewen.baconnier@camptocamp.com-20130429065617-xxraqkt6xc33mvb4
[FIX] ABN AMRO: Pick up IBAN account number in INTL formatted lines

Show diffs side-by-side

added added

removed removed

Lines of Context:
294
294
                if fields[2].startswith('/'):
295
295
                    self.remote_account = fields[2][1:].strip()
296
296
                else:
297
 
                    self.message += ' ' + fields[2].strip()
 
297
                    self.remote_account = fields[2].strip()
298
298
                # fourth column contains remote owner
299
299
                self.remote_owner = (len(fields) > 3 and fields[3].strip() or
300
300
                                     False)