Commit d7413d25 authored by Nicolas Delaby's avatar Nicolas Delaby

Works with Tracking History

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19743 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5479b94b
......@@ -1079,7 +1079,7 @@ class ImmobilisableItem(XMLObject, Amount):
sql_kw['item'] = self.getRelativeUrl()
sql_kw['sort-on'] = 'item.date'
sql_kw['sort-order'] = 'ascending'
change_list = self.portal_simulation.getCurrentTrackingList(**sql_kw)
change_list = self.portal_simulation.getCurrentTrackingHistoryList(**sql_kw)
to_date = kw.get('to_date')
# Collect data
movement_list = []
......
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