Commit bc4e41a8 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_simulation: get also destination

parent f3e39253
......@@ -135,6 +135,9 @@ class QuantitySplitSolver(SolverMixin, ConfigurableMixin, XMLObject):
reference = configuration_dict.get('reference', None)
if reference is not None:
new_movement.setReference(reference)
destination = configuration_dict.get('destination', None)
if destination:
new_movement.setDestination(destination)
if activate_kw:
new_movement.setDefaultActivateParameterDict({})
simulation_movement.expand(activate_kw=activate_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