Commit 4add05b0 authored by Jérome Perrin's avatar Jérome Perrin

fix parameter name


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44440 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 01435054
......@@ -57,7 +57,7 @@ activate_kw = dict()\n
if getattr(delivery, \'calculatePacking\', None) is not None:\n
try:\n
container = object.getContainerValue()\n
activate_kw[\'path_and_method_id\'] = (container.getPath(),\n
activate_kw[\'after_path_and_method_id\'] = (container.getPath(),\n
\'recursiveImmediateReindexObject\')\n
except AttributeError:\n
pass\n
......
1114
\ No newline at end of file
1115
\ No newline at end of file
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