Commit dd25763f authored by Sebastien Robin's avatar Sebastien Robin

fix source of outgoing cell of cash sorting

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12941 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bfac8526
......@@ -68,11 +68,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>if context.getCashStatus() == \'to_sort\':\n
# in this case, resource do not change\n
return context.getSource()\n
else:\n
return None\n
<value> <string>return None\n
</string> </value>
</item>
<item>
......@@ -123,8 +119,6 @@ else:\n
<tuple>
<string>args</string>
<string>kw</string>
<string>_getattr_</string>
<string>context</string>
<string>None</string>
</tuple>
</value>
......
178
\ No newline at end of file
182
\ 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