Reviewers: ,


Please review this at http://codereview.tryton.org/199003/

Affected files:
  M invoice.py


Index: invoice.py
===================================================================
--- a/invoice.py
+++ b/invoice.py
@@ -2027,7 +2027,6 @@
                 res['debit'] = - amount
                 res['credit'] = Decimal('0.0')
         res['account'] = tax.account.id
-        res['party'] = tax.invoice.party.id
         if tax.tax_code:
             res['tax_lines'] = [('create', {
                 'code': tax.tax_code.id,


--
[email protected] mailing list

Reply via email to