Commit 20ec2472 authored by Klaus Wölfel's avatar Klaus Wölfel Committed by Klaus Wölfel

erp5_configurator_standard_solver: Add missing solver_workflow to Quantity Split Move Solver

The missing workflow resulted in a bug when moving quantities multiple times, first to one delivery, then to another delivery. Then the same solver process with same decision was used as for the first time even if the first delivery was already delivered or movement was deleted. The reason was that Quantity Split Move Solver did not change to succeeded state after solving, so Solver Process did not change to solved state.
parent 2d0c1169
......@@ -19,6 +19,10 @@
<type>Quantity Cancel Solver</type>
<workflow>solver_workflow</workflow>
</chain>
<chain>
<type>Quantity Split Move Solver</type>
<workflow>solver_workflow</workflow>
</chain>
<chain>
<type>Quantity Split Solver</type>
<workflow>solver_workflow</workflow>
......
......@@ -3,6 +3,7 @@ Adopt Solver | solver_workflow
Automatic Accept Solver | solver_workflow
Production Reduction Solver | solver_workflow
Quantity Cancel Solver | solver_workflow
Quantity Split Move Solver | solver_workflow
Quantity Split Solver | solver_workflow
Simple Quantity Split Solver | solver_workflow
Trade Model Solver | solver_workflow
......
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