Commit de0ee5b7 authored by Kevin Deldycke's avatar Kevin Deldycke

In InventoryModule_reindexMovementList script, portal_catalog() sort_on parameter

was changed from [('start_date','ascending')] to [('movement.start_date','ascending')],
to rid of this error :
INFO(0) SQLCatalog.buildSQLQuery WARNING, Unable to build the new sort index
Traceback (most recent call last):
  File "/var/lib/zope/Products/ZSQLCatalog/SQLCatalog.py", line 1397, in buildSQLQuery
    from_table_dict[acceptable_key_map[key][0]] = acceptable_key_map[key][0] # We use catalog by default
KeyError: 'catalog.start_date'


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4334 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0b56cbe0
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