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':