Commit 350be41a authored by Aurel's avatar Aurel

start date is not a required argument

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14730 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9b4c5256
...@@ -107,7 +107,7 @@ return round(rate * price)\n ...@@ -107,7 +107,7 @@ return round(rate * price)\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>from_currency=None,to_currency=None, currency_exchange_type=None, start_date</string> </value> <value> <string>from_currency=None,to_currency=None, currency_exchange_type=None, start_date=None</string> </value>
</item> </item>
<item> <item>
<key> <string>_proxy_roles</string> </key> <key> <string>_proxy_roles</string> </key>
...@@ -170,6 +170,7 @@ return round(rate * price)\n ...@@ -170,6 +170,7 @@ return round(rate * price)\n
<none/> <none/>
<none/> <none/>
<none/> <none/>
<none/>
</tuple> </tuple>
</value> </value>
</item> </item>
......
264 266
\ No newline at end of file \ 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