Commit 35092ace authored by Fabien Morin's avatar Fabien Morin

add description


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26954 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7ff29a2f
......@@ -69,6 +69,9 @@ class TradeCondition(Path, Transformation):
)
def updateAggregatedAmountList(self, context, **kw):
'''
updates exisiting movement and returns new if any
'''
existing_movement_list = context.getMovementList()
aggregated_amount_list = self.getAggregatedAmountList(context = context,
**kw)
......
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