Commit 51cfe1e4 authored by Aurel's avatar Aurel

fix catalog params so that stock.quantity is return as quantity column


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25808 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f8d598be
......@@ -53,7 +53,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>catalog_kw = {\'select_expression\': \'stock.quantity\', \'stock.quantity\': \'!=0\' }\n
<value> <string>catalog_kw = {\'select_dict\': {\'quantity\':\'stock.quantity\'}, \'stock.quantity\': \'!=0\' }\n
return context.ERP5Site_checkCatalogTable(bundle_object_count=bundle_object_count,\n
bundle_offset=bundle_offset,\n
property_override_method_id=\'ERP5Site_getStockTableFilterDict\',\n
......
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