Commit 4df80a6c authored by Jérome Perrin's avatar Jérome Perrin

sort currency exchange type by int index, then title

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38304 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 235a3ca8
......@@ -50,7 +50,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>currency_exchange_type_list = context.portal_categories.currency_exchange_type.getCategoryChildRelativeUrlList(base=True)\n
<value> <string>currency_exchange_type_list = context.portal_categories.currency_exchange_type.getCategoryChildRelativeUrlList(base=True, local_sort_id=(\'int_index\', \'title\'))\n
resource_list = [\'resource/%s\' % context.getParentValue().getRelativeUrl()]\n
price_currency_list = [context.getPriceCurrency(base=True)]\n
\n
......
831
\ No newline at end of file
832
\ 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