Commit 1a7c1b2c authored by Jérome Perrin's avatar Jérome Perrin

associate a validation workflow on Cash Register


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24667 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cea35655
......@@ -19,6 +19,10 @@
<type>Balance Transaction</type>
<workflow>edit_workflow, accounting_workflow</workflow>
</chain>
<chain>
<type>Cash Register</type>
<workflow>validation_workflow</workflow>
</chain>
<chain>
<type>Invoice Rule</type>
<workflow>edit_workflow, rule_validation_workflow</workflow>
......
809
\ No newline at end of file
810
\ No newline at end of file
......@@ -9,6 +9,7 @@ Accounting Transaction | accounting_workflow
Accounting Transaction | edit_workflow
Balance Transaction | accounting_workflow
Balance Transaction | edit_workflow
Cash Register | validation_workflow
Invoice Rule | edit_workflow
Invoice Rule | rule_validation_workflow
Payment Rule | edit_workflow
......
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