Commit 7ba7d282 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add causality related workflow to Payment Transaction.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32661 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b42f0b53
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</chain> </chain>
<chain> <chain>
<type>Payment Transaction</type> <type>Payment Transaction</type>
<workflow>accounting_workflow, edit_workflow</workflow> <workflow>accounting_workflow, delivery_causality_interaction_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow>
</chain> </chain>
<chain> <chain>
<type>Purchase Invoice Transaction</type> <type>Purchase Invoice Transaction</type>
......
1107 1108
\ No newline at end of file \ No newline at end of file
...@@ -16,6 +16,9 @@ Invoice Rule | rule_validation_workflow ...@@ -16,6 +16,9 @@ Invoice Rule | rule_validation_workflow
Payment Rule | edit_workflow Payment Rule | edit_workflow
Payment Rule | rule_validation_workflow Payment Rule | rule_validation_workflow
Payment Transaction | accounting_workflow Payment Transaction | accounting_workflow
Payment Transaction | delivery_causality_interaction_workflow
Payment Transaction | delivery_causality_workflow
Payment Transaction | delivery_simulation_interaction_workflow
Payment Transaction | edit_workflow Payment Transaction | edit_workflow
Purchase Invoice Transaction Line | delivery_movement_causality_interaction_workflow Purchase Invoice Transaction Line | delivery_movement_causality_interaction_workflow
Purchase Invoice Transaction Line | delivery_movement_simulation_interaction_workflow Purchase Invoice Transaction Line | delivery_movement_simulation_interaction_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