Commit d2c386b6 authored by Tomáš Peterka's avatar Tomáš Peterka

[erp5_accounting] ThirdParty report includes transactions from selected date

parent 89bc4409
......@@ -5,7 +5,7 @@ portal = context.portal_url.getPortalObject()
from Products.ERP5Form.Report import ReportSection
request = context.REQUEST
at_date = request['at_date']
at_date = request['at_date'].latestTime()
section_category = request['section_category']
simulation_state = request['simulation_state']
role_filter_list = request.get('mirror_section_category_list', None)
......
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