fix(productionControl): refs #7969 #2991
|
@ -276,6 +276,7 @@ proc: BEGIN
|
|||
JOIN productionConfig pc
|
||||
SET pb.hasPlantTray = TRUE
|
||||
WHERE p.isPlantTray
|
||||
AND s.quantity >= b.packing
|
||||
AND pb.isOwn;
|
||||
|
||||
DROP TEMPORARY TABLE
|
||||
|
|
Loading…
Reference in New Issue