[Erp5-report] r33443 kazuhiko - in /erp5/trunk/bt5/erp5_accounting: PortalTypeWorkflowChain...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 5 12:52:05 CET 2010


Author: kazuhiko
Date: Fri Mar  5 12:52:04 2010
New Revision: 33443

URL: http://svn.erp5.org?rev=33443&view=rev
Log:
add rule_interaction_workflow for Payment Simulation Rule.

Modified:
    erp5/trunk/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
    erp5/trunk/bt5/erp5_accounting/bt/revision
    erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list

Modified: erp5/trunk/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml?rev=33443&r1=33442&r2=33443&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml [utf8] Fri Mar  5 12:52:04 2010
@@ -41,7 +41,7 @@
  </chain>
  <chain>
   <type>Payment Simulation Rule</type>
-  <workflow>edit_workflow, rule_validation_workflow</workflow>
+  <workflow>edit_workflow, rule_interaction_workflow, rule_validation_workflow</workflow>
  </chain>
  <chain>
   <type>Payment Transaction</type>

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=33443&r1=33442&r2=33443&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Fri Mar  5 12:52:04 2010
@@ -1,1 +1,1 @@
-1127
+1128

Modified: erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list?rev=33443&r1=33442&r2=33443&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/template_portal_type_workflow_chain_list [utf8] Fri Mar  5 12:52:04 2010
@@ -20,6 +20,7 @@
 Payment Rule | edit_workflow
 Payment Rule | rule_validation_workflow
 Payment Simulation Rule | edit_workflow
+Payment Simulation Rule | rule_interaction_workflow
 Payment Simulation Rule | rule_validation_workflow
 Payment Transaction | accounting_workflow
 Payment Transaction | delivery_causality_interaction_workflow




More information about the Erp5-report mailing list