Commit d2d1def8 authored by Aurel's avatar Aurel

fix typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10826 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 93cbcdb0
...@@ -75,7 +75,7 @@ if not \'siege\' in context.getSource():\n ...@@ -75,7 +75,7 @@ if not \'siege\' in context.getSource():\n
if workflow_item.getProperty(\'action\')==\'order_action\':\n if workflow_item.getProperty(\'action\')==\'order_action\':\n
return None\n return None\n
\n \n
return contex.getDestination()\n return context.getDestination()\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
...@@ -137,7 +137,6 @@ return contex.getDestination()\n ...@@ -137,7 +137,6 @@ return contex.getDestination()\n
<string>_getiter_</string> <string>_getiter_</string>
<string>workflow_item</string> <string>workflow_item</string>
<string>None</string> <string>None</string>
<string>contex</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
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