Commit ab12a7b3 authored by Alexandre Boeglin's avatar Alexandre Boeglin

make sure the Container is indexed before checking if the delivery is packed.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7210 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d6915a66
......@@ -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>
......
......@@ -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>
......
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment