Commit ba3e06d9 authored by Yusei Tahara's avatar Yusei Tahara

Pass **kw argument to calculation script.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33977 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8eb5fa9d
......@@ -369,7 +369,8 @@ class TradeModelLine(Predicate, XMLMatrix, Amount):
current_aggregated_amount_list=movement_list,
current_movement=tmp_movement,
aggregated_movement_list=aggregated_movement_list,
trade_model_line=self)
trade_model_line=self,
**kw)
if tmp_movement is None:
# Do nothing
return aggregated_amount_list
......
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