Commit 7b3fe8f1 authored by Jérome Perrin's avatar Jérome Perrin

use state_change['object'] instead of state_change.object to workaround

permission problem.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7044 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 93a06d0c
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>movement = state_change.object\n <value> <string>movement = state_change[\'object\']\n
\n \n
delivery_value = movement.getDeliveryValue()\n delivery_value = movement.getDeliveryValue()\n
\n \n
...@@ -137,8 +137,9 @@ if delivery_value is not None:\n ...@@ -137,8 +137,9 @@ if delivery_value is not None:\n
<value> <value>
<tuple> <tuple>
<string>state_change</string> <string>state_change</string>
<string>_getattr_</string> <string>_getitem_</string>
<string>movement</string> <string>movement</string>
<string>_getattr_</string>
<string>delivery_value</string> <string>delivery_value</string>
<string>None</string> <string>None</string>
</tuple> </tuple>
......
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