Merge pull request 'fix: refs #7969 no agency restriction removed' (!2963) from 7969-hotFixplantTray3 into master
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #2963 Reviewed-by: Pablo Natek <pablone@verdnatura.es>
This commit is contained in:
commit
eb098b41ba
|
@ -276,7 +276,8 @@ proc: BEGIN
|
|||
JOIN productionConfig pc
|
||||
SET hasPlantTray = TRUE
|
||||
WHERE ic.code = 'plant'
|
||||
AND p.`depth` >= pc.minPlantTrayLength;
|
||||
AND p.`depth` >= pc.minPlantTrayLength
|
||||
AND pb.isOwn;
|
||||
|
||||
DROP TEMPORARY TABLE
|
||||
tmp.productionTicket,
|
||||
|
|
Loading…
Reference in New Issue