Commit bc7460a3 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_mrp: don't copy price

parent cda7b80a
......@@ -17,7 +17,9 @@ class DeliveryRuleMovementGenerator(MovementGeneratorMixin):
def _getUpdatePropertyDict(self, input_movement):
# Override default mixin implementation
return {'order': None,
'delivery': None,}
'delivery': None,
'price': None
}
def _getInputMovementList(self, movement_list=None, rounding=None):
parent_simulation_movement = self._applied_rule.getParentValue().asContext()
......
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