Commit f1ba703e authored by Kevin Deldycke's avatar Kevin Deldycke

Selection no longer required.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6380 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ed58a21b
......@@ -66,7 +66,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>return - context.Account_statSourceBalance(selection, omit_output=1, **kw) or 0.00\n
<value> <string>return - context.Account_statSourceBalance(omit_output=1, **kw) or 0.0\n
</string> </value>
</item>
<item>
......@@ -87,7 +87,7 @@
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>selection, **kw</string> </value>
<value> <string>**kw</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
......@@ -115,13 +115,12 @@
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>selection</string>
<string>kw</string>
<string>_apply_</string>
<string>_getattr_</string>
......
......@@ -66,7 +66,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>return context.Account_statSourceBalance(selection, omit_input=1, **kw)\n
<value> <string>return context.Account_statSourceBalance(omit_input=1, **kw) or 0.0\n
</string> </value>
</item>
<item>
......@@ -81,7 +81,7 @@
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>selection, **kw</string> </value>
<value> <string>**kw</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
......@@ -109,13 +109,12 @@
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>selection</string>
<string>kw</string>
<string>_apply_</string>
<string>_getattr_</string>
......
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