[Erp5-report] r10649 - /erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/ta...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 11 11:31:28 CEST 2006


Author: jerome
Date: Wed Oct 11 11:31:27 2006
New Revision: 10649

URL: http://svn.erp5.org?rev=10649&view=rev
Log:
context.log on workflow scripts only works for Manager


Modified:
    erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/PackingList_buildInvoice.xml

Modified: erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/PackingList_buildInvoice.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/PackingList_buildInvoice.xml?rev=10649&r1=10648&r2=10649&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/PackingList_buildInvoice.xml (original)
+++ erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/PackingList_buildInvoice.xml Wed Oct 11 11:31:27 2006
@@ -82,7 +82,7 @@
                             \'immediateReindexObject\' ],\n
         ).build()\n
 else :\n
-  context.log("ERP5 Simulation",\n
+  packing_list.log("ERP5 Simulation",\n
               "Unable to build Invoice from packing list at %s "\\\n
               ": no sale_invoice_builder" % packing_list.getPath())\n
 </string> </value>
@@ -133,7 +133,6 @@
                             <string>packing_list</string>
                             <string>delivery_tool</string>
                             <string>hasattr</string>
-                            <string>context</string>
                           </tuple>
                         </value>
                     </item>




More information about the Erp5-report mailing list