Comment 24 for bug 717803

Revision history for this message
Vadim - Enapps LTD (vadim-enapps) wrote :

In case anyone is looking for a fix to this, in account/invoice.py find line
key = (val['tax_code_id'], val['base_code_id'], val['account_id'])
and replace with:
key = (val['base'])