Commit 78688a9b authored by Sebastien Robin's avatar Sebastien Robin

copy also the price on simulation movements


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4611 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6b016d04
......@@ -224,6 +224,7 @@ class TransformationSourcingRule(Rule):
"variation_property_dict": \
parent_movement.getVariationPropertyDict(),
'quantity': parent_movement.getQuantity(),
'price': parent_movement.getPrice(),
'quantity_unit': parent_movement.getQuantityUnit(),
'start_date': previous_supply_link.getStartDate(stop_date),
'stop_date': stop_date,
......
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