Commit 9a515a48 authored by Jérome Perrin's avatar Jérome Perrin

Sale Invoices contains Invoice Trnasaction Line


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12852 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8a211364
......@@ -415,7 +415,7 @@ class TestInvoiceVAT(ERP5TypeTestCase):
self._checkInvoiceVAT(invoice, total_price, vat_ratio,
total_vat_amount)
# ... or an empty accouting line
invoice.newContent(portal_type='Accounting Transaction Line')
invoice.newContent(portal_type='Sale Invoice Transaction Line')
self._checkInvoiceVAT(invoice, total_price, vat_ratio,
total_vat_amount)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment