Merge pull request 'fix(productionControl): refs #7969' (!2991) from hotFix-productionControl into master
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #2991 Reviewed-by: Pako Natek <pako@verdnatura.es>
This commit is contained in:
commit
e9015f6c05
|
@ -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