Commit 919c56a7 authored by Jérome Perrin's avatar Jérome Perrin

we no longer expect Tax Rule there


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28516 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a01586a1
...@@ -2409,7 +2409,7 @@ class TestSaleInvoiceMixin(TestInvoiceMixin, ...@@ -2409,7 +2409,7 @@ class TestSaleInvoiceMixin(TestInvoiceMixin,
rule_dict = { rule_dict = {
'Order Rule': { 'Order Rule': {
'movement_type_list': ['Sale Packing List Line', 'Sale Packing List Cell'], 'movement_type_list': ['Sale Packing List Line', 'Sale Packing List Cell'],
'next_rule_list': ['Invoicing Rule', 'Tax Rule'], 'next_rule_list': ['Invoicing Rule', ],
}, },
'Invoicing Rule': { 'Invoicing Rule': {
'movement_type_list': invoice.getPortalInvoiceMovementTypeList(), 'movement_type_list': invoice.getPortalInvoiceMovementTypeList(),
......
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