[Erp5-report] r20578 - /erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Apr 16 17:08:56 CEST 2008
Author: jerome
Date: Wed Apr 16 17:08:56 2008
New Revision: 20578
URL: http://svn.erp5.org?rev=20578&view=rev
Log:
Accounting lines will be build when passing the start transition, not confirmed anylonger
Modified:
erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/transitions/confirm.xml
erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/transitions/start.xml
Modified: erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/transitions/confirm.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/transitions/confirm.xml?rev=20578&r1=20577&r2=20578&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/transitions/confirm.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/transitions/confirm.xml Wed Apr 16 17:08:56 2008
@@ -29,7 +29,7 @@
</item>
<item>
<key> <string>after_script_name</string> </key>
- <value> <string>Delivery_Build</string> </value>
+ <value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
Modified: erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/transitions/start.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/transitions/start.xml?rev=20578&r1=20577&r2=20578&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/transitions/start.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/transitions/start.xml Wed Apr 16 17:08:56 2008
@@ -29,7 +29,7 @@
</item>
<item>
<key> <string>after_script_name</string> </key>
- <value> <string></string> </value>
+ <value> <string>Delivery_Build</string> </value>
</item>
<item>
<key> <string>description</string> </key>
More information about the Erp5-report
mailing list