From 1a812cab21cb2e432530520647247449b0e7eb95 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Mon, 15 Mar 2010 13:52:12 +0000
Subject: [PATCH] add delivery_causality_interaction_workflow,
 delivery_causality_workflow and delivery_simulation_interaction_workflow to
 Accounting Transaction.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33730 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../workflow_chain_type.xml                                    | 2 +-
 bt5/erp5_accounting/bt/revision                                | 2 +-
 .../bt/template_portal_type_workflow_chain_list                | 3 +++
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml b/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
index 31c2253f11..d571b85764 100644
--- a/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
+++ b/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
@@ -9,7 +9,7 @@
  </chain>
  <chain>
   <type>Accounting 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>
   <type>Accounting Transaction Line</type>
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index ff7be53769..163dda977a 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-1134
\ No newline at end of file
+1135
\ No newline at end of file
diff --git a/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list b/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list
index 6485af0e13..c35e6cf626 100644
--- a/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list
+++ b/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list
@@ -8,6 +8,9 @@ Accounting Transaction Line | edit_workflow
 Accounting Transaction Root Simulation Rule | edit_workflow
 Accounting Transaction Root Simulation Rule | rule_validation_workflow
 Accounting Transaction | accounting_workflow
+Accounting Transaction | delivery_causality_interaction_workflow
+Accounting Transaction | delivery_causality_workflow
+Accounting Transaction | delivery_simulation_interaction_workflow
 Accounting Transaction | edit_workflow
 Balance Transaction | accounting_workflow
 Balance Transaction | edit_workflow
-- 
2.30.9