Commit e318e41a authored by Fabien Morin's avatar Fabien Morin

fix params for getInventoryAssetPrice to be able to calculate year to date amount.

remove confirmed state from the search

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25985 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7262d4bc
......@@ -88,9 +88,9 @@ params = {\n
portal.portal_categories.tax_category.employee_share.getUid(),\n
\'to_date\' : paysheet.getStartDate(),\n
\'from_date\' : DateTime(paysheet.getStartDate().year(), 1, 1),\n
\'simulation_state\' : [\'confirmed\', \'stopped\', \'delivered\'],\n
\'simulation_state\' : [\'stopped\', \'delivered\'],\n
\'precision\' : paysheet.getPriceCurrencyValue().getQuantityPrecision(),\n
\'base_contribution_uid\' : base_contribution_uid_list,\n
\'parent_base_contribution_uid\' : base_contribution_uid_list,\n
#\'src__\' : 1\n
}\n
\n
......
362
\ No newline at end of file
364
\ 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