Commit 5b6d21ec authored by Jérome Perrin's avatar Jérome Perrin

revert r38304, as it would change cell range if no int index as been defined on category.

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