clearcorp team mailing list archive
-
clearcorp team
-
Mailing list archive
-
Message #00225
[Branch ~banking-addons-team/banking-addons/6.1] Rev 138: [FIX] Girotel: typo 'starswith'
Merge authors:
Stefan Rijnhart (Therp) (stefan-therp)
Related merge proposals:
https://code.launchpad.net/~therp-nl/banking-addons/6.1-girotel-typo-starswith/+merge/114007
proposed by: Stefan Rijnhart (Therp) (stefan-therp)
------------------------------------------------------------
revno: 138 [merge]
committer: Stefan Rijnhart <stefan@xxxxxxxx>
branch nick: 6.1
timestamp: Mon 2012-07-09 19:30:49 +0200
message:
[FIX] Girotel: typo 'starswith'
modified:
account_banking_nl_girotel/girotel.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_girotel/girotel.py'
--- account_banking_nl_girotel/girotel.py 2012-01-17 08:48:10 +0000
+++ account_banking_nl_girotel/girotel.py 2012-07-09 17:04:14 +0000
@@ -194,7 +194,7 @@
'''
if self.transfer_type == 'VZ':
# Credit bank costs (interest) gets a special treatment.
- if self.remote_owner.starswith('RC AFREK. REK. '):
+ if self.remote_owner.startswith('RC AFREK. REK. '):
self.transfer_type = 'DV'
if self.transfer_type == 'DV':