[Erp5-report] r29649 - in /erp5/trunk/bt5/erp5_accounting: WorkflowTemplateItem/portal_work...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 14 15:02:03 CEST 2009


Author: luke
Date: Wed Oct 14 15:02:01 2009
New Revision: 29649

URL: http://svn.erp5.org?rev=29649&view=rev
Log:
 - use after_path_and_method_id and after_tag combo instead of after_method_id

Modified:
    erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/Delivery_Build.xml
    erp5/trunk/bt5/erp5_accounting/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/Delivery_Build.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/Delivery_Build.xml?rev=29649&r1=29648&r2=29649&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/Delivery_Build.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/Delivery_Build.xml [utf8] Wed Oct 14 15:02:01 2009
@@ -123,7 +123,8 @@
   tag = \'invoice_transaction_build_%s\' % delivery.getRelativeUrl()\n
   builder.activate(\n
       activity=\'SQLQueue\',\n
-      after_method_id=method_id_list,\n
+      after_path_and_method_id=(delivery.getPath(), method_id_list),\n
+      after_tag=delivery.getPath() + \'_updateAppliedRule\',\n
       tag=tag,\n
       activate_kw=dict(tag=tag)).build(activate_kw=dict(tag=tag),\n
                                        explanation_uid=explanation_uid_list)\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=29649&r1=29648&r2=29649&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Wed Oct 14 15:02:01 2009
@@ -1,1 +1,1 @@
-988
+989




More information about the Erp5-report mailing list