From 402d00383fc329b681cb1891505dc8db2fc32a95 Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Tue, 30 Oct 2007 02:13:22 +0000
Subject: [PATCH] 2007-10-30 yo * Set pricing_interaction_workflow to Invoice
 Line.

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

diff --git a/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml b/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
index 2f5a05c226..c96ac81d82 100644
--- a/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
+++ b/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
@@ -29,7 +29,7 @@
  </chain>
  <chain>
   <type>Invoice Line</type>
-  <workflow>delivery_movement_simulation_interaction_workflow, trade_matrix_workflow, delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
+  <workflow>delivery_movement_simulation_interaction_workflow, pricing_interaction_workflow, trade_matrix_workflow, delivery_movement_causality_interaction_workflow, edit_workflow</workflow>
  </chain>
  <chain>
   <type>Invoice Rule</type>
diff --git a/bt5/erp5_accounting/bt/change_log b/bt5/erp5_accounting/bt/change_log
index 2cf6ff0619..3a9ff2d25b 100644
--- a/bt5/erp5_accounting/bt/change_log
+++ b/bt5/erp5_accounting/bt/change_log
@@ -1,3 +1,6 @@
+2007-10-30 yo
+* Set pricing_interaction_workflow to Invoice Line.
+
 2007-10-29 jerome
 * Use field libraries for reports and dialogs
 
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index ee2b836454..2da4325331 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-456
\ No newline at end of file
+457
\ 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 b7cc89e9fb..7d1aeed299 100644
--- a/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list
+++ b/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list
@@ -16,6 +16,7 @@ Invoice Cell | edit_workflow
 Invoice Line | delivery_movement_causality_interaction_workflow
 Invoice Line | delivery_movement_simulation_interaction_workflow
 Invoice Line | edit_workflow
+Invoice Line | pricing_interaction_workflow
 Invoice Line | trade_matrix_workflow
 Invoice Rule | edit_workflow
 Invoice Transaction Rule | edit_workflow
-- 
2.30.9