Commit b42bc7d3 authored by Jérome Perrin's avatar Jérome Perrin

Use tax delivery interaction workflow to update tax lines when an invoice line is deleted

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23990 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e419bd73
......@@ -15,6 +15,14 @@
<type>Invoicing Rule</type>
<workflow>rule_validation_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Purchase Invoice Transaction</type>
<workflow>delivery_tax_interaction_workflow</workflow>
</chain>
<chain>
<type>Sale Invoice Transaction</type>
<workflow>delivery_tax_interaction_workflow</workflow>
</chain>
<chain>
<type>Tax Rule</type>
<workflow>edit_workflow, rule_validation_workflow</workflow>
......
147
\ No newline at end of file
148
\ No newline at end of file
......@@ -13,5 +13,7 @@ Invoice Transaction Rule | rule_interaction_workflow
Invoice Transaction Rule | rule_validation_workflow
Invoicing Rule | edit_workflow
Invoicing Rule | rule_validation_workflow
Purchase Invoice Transaction | delivery_tax_interaction_workflow
Sale Invoice Transaction | delivery_tax_interaction_workflow
Tax Rule | edit_workflow
Tax Rule | rule_validation_workflow
\ No newline at end of file
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