Merge authors:
  Stefan Rijnhart (Therp) (stefan-therp)
Related merge proposals:
  
https://code.launchpad.net/~therp-nl/banking-addons/ba61-abnamro_intl_iban/+merge/161094
  proposed by: Stefan Rijnhart (Therp) (stefan-therp)
  review: Approve - Guewen Baconnier @ Camptocamp (gbaconnier-c2c)
  review: Approve - Ronald Portier (Therp) (rportier1962)
------------------------------------------------------------
revno: 167 [merge]
author: Stefan Rijnhart <[email protected]>
committer: Guewen Baconnier <[email protected]>
branch nick: banking-addons
timestamp: Mon 2013-04-29 08:56:17 +0200
message:
  [FIX] ABN AMRO: Pick up IBAN account number in INTL formatted lines
modified:
  account_banking_nl_abnamro/abnamro.py


--
lp:banking-addons
https://code.launchpad.net/~banking-addons-team/banking-addons/6.1

Your team CLEARCORP development team is subscribed to branch lp:banking-addons.
To unsubscribe from this branch go to 
https://code.launchpad.net/~banking-addons-team/banking-addons/6.1/+edit-subscription
=== modified file 'account_banking_nl_abnamro/abnamro.py'
--- account_banking_nl_abnamro/abnamro.py	2013-04-17 14:24:33 +0000
+++ account_banking_nl_abnamro/abnamro.py	2013-04-26 09:18:37 +0000
@@ -294,7 +294,7 @@
                 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)

_______________________________________________
Mailing list: https://launchpad.net/~clearcorp
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~clearcorp
More help   : https://help.launchpad.net/ListHelp

Reply via email to