From 8422eb17768d2372b5940974d98f633329a79f33 Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Mon, 22 Jun 2009 13:12:49 +0000 Subject: [PATCH] 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 --- product/ERP5/Document/TradeModelLine.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5/Document/TradeModelLine.py b/product/ERP5/Document/TradeModelLine.py index e7402c5f00..6f57800dfc 100644 --- a/product/ERP5/Document/TradeModelLine.py +++ b/product/ERP5/Document/TradeModelLine.py @@ -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(), -- 2.30.9