~therp-nl/banking-addons/6.1-allow_bank_import_without_online_lookup

« back to all changes in this revision

Viewing changes to account_banking_nl_girotel/girotel.py

  • Committer: Stefan Rijnhart
  • Author(s): hbrunn at therp
  • Date: 2013-08-02 12:47:08 UTC
  • mfrom: (177.1.1 banking-addons-6.1)
  • Revision ID: stefan@therp.nl-20130802124708-ffjdcckox92apoos
[FIX] girotel: cope with empty messages in direct debits

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
                     for i in range(0, len(self.message), 32)
243
243
                    ]
244
244
            self.reference = self.remote_owner
 
245
 
 
246
            if not parts:
 
247
                return
 
248
 
245
249
            if self.reference.startswith('KN: '):
246
250
                self.reference = self.reference[4:]
247
251
                if parts[0] == self.reference: