Fixing a problem where the exact match returns a single item.
authorNiels Huylebroeck <niels@bubbles-it.be>
Mon, 30 Jun 2014 16:03:47 +0000 (18:03 +0200)
committerNiels Huylebroeck <niels@bubbles-it.be>
Mon, 30 Jun 2014 16:50:37 +0000 (18:50 +0200)
commite15bd7eec120ca6527f1f72323919c8c95a68408
treefbf26af8faf187f4e73b71aaec20583939efef7f
parent839a70511c6a60f5f4ac4eb6fa956dd96e808c7c
Fixing a problem where the exact match returns a single item.
The function get_data_for_reconciliations expects a list at line 473 to loop over.
Without this fix you get TypeError: string indices must be integers, not str
addons/account/account_bank_statement.py