[Erp5-report] r7210 - in /erp5/trunk/bt5/erp5_trade: WorkflowTemplateItem/portal_workflow/p...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 11 19:11:45 CEST 2006


Author: alex
Date: Thu May 11 19:11:39 2006
New Revision: 7210

URL: http://svn.erp5.org?rev=7210&view=rev
Log:
make sure the Container is indexed before checking if the delivery is packed.

Modified:
    erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_interaction_workflow/scripts/Container_activateUpdatePackingListState.xml
    erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_interaction_workflow/scripts/Container_updatePackingListState.xml
    erp5/trunk/bt5/erp5_trade/bt/change_log

Modified: erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_interaction_workflow/scripts/Container_activateUpdatePackingListState.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_interaction_workflow/scripts/Container_activateUpdatePackingListState.xml?rev=7210&r1=7209&r2=7210&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_interaction_workflow/scripts/Container_activateUpdatePackingListState.xml (original)
+++ erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_interaction_workflow/scripts/Container_activateUpdatePackingListState.xml Thu May 11 19:11:39 2006
@@ -68,7 +68,7 @@
             <key> <string>_body</string> </key>
             <value> <string>packing_list_content = state_change.object\n
 \n
-packing_list_content.getExplanationValue().activate().edit()\n
+packing_list_content.getExplanationValue().activate(after_path=packing_list_content.getPath()).edit()\n
 </string> </value>
         </item>
         <item>

Modified: erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_interaction_workflow/scripts/Container_updatePackingListState.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_interaction_workflow/scripts/Container_updatePackingListState.xml?rev=7210&r1=7209&r2=7210&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_interaction_workflow/scripts/Container_updatePackingListState.xml (original)
+++ erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_interaction_workflow/scripts/Container_updatePackingListState.xml Thu May 11 19:11:39 2006
@@ -70,7 +70,7 @@
 \n
 #packing_list_content.immediateReindexObject()\n
 #packing_list_content.getExplanationValue().edit()\n
-packing_list_content.getExplanationValue().activate().edit()\n
+packing_list_content.getExplanationValue().activate(after_path=packing_list_content.getPath()).edit()\n
 </string> </value>
         </item>
         <item>

Modified: erp5/trunk/bt5/erp5_trade/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/bt/change_log?rev=7210&r1=7209&r2=7210&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/change_log (original)
+++ erp5/trunk/bt5/erp5_trade/bt/change_log Thu May 11 19:11:39 2006
@@ -1,4 +1,5 @@
 2006-05-11 Alex
+* make sure the Container is indexed before checking if the delivery is packed.
 * fixed name of rule used in order_interaction_workflow
 * Stop using Delivery Cell on Orders and Internal Packing List (workflows are still a dumb copy of Delivery Cell's and might need to be adapted)
 2006-05-10 Jerome




More information about the Erp5-report mailing list