Commit b0940ab4 authored by Romain Courteaud's avatar Romain Courteaud

Bug fix: update from simulation update again existing lines.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3767 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 238b4332
......@@ -354,7 +354,8 @@ class OrderBuilder(XMLObject, Amount, Predicate):
# Get sorted movement for each delivery line
for group in movement_group.getGroupList():
self._deliveryLineGroupProcessing(
delivery, group, collect_order_list[1:], property_dict.copy())
delivery, group, collect_order_list[1:], property_dict.copy(),
update_requested=update_requested)
else:
# Test if we can update an existing line, or if we need to create a new
# one
......
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