Commit 8422eb17 authored by Fabien Morin's avatar Fabien Morin

add int_index property to the new movements


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27738 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 467d0205
......@@ -181,6 +181,7 @@ class TradeModelLine(Predicate, XMLMatrix, Amount):
common_params = {
'resource': self.getResource(),
'reference': self.getReference(),
'int_index': self.getIntIndex(),
'base_application_list': base_application_list,
'base_contribution_list': self.getBaseContributionList(),
'start_date': context.getStartDate(),
......
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