From 4ca49071eeff48c0d8943c675158e8e430aef709 Mon Sep 17 00:00:00 2001 From: Stefan Rijnhart Date: Mon, 9 Jul 2012 19:04:14 +0200 Subject: [PATCH] [FIX] Girotel: typo 'starswith' --- account_banking_nl_girotel/girotel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_banking_nl_girotel/girotel.py b/account_banking_nl_girotel/girotel.py index d78bf115b..0c81f7ddc 100644 --- a/account_banking_nl_girotel/girotel.py +++ b/account_banking_nl_girotel/girotel.py @@ -194,7 +194,7 @@ class transaction(models.mem_bank_transaction): ''' 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':