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

Reviewed-on: #2963
Reviewed-by: Pablo Natek <pablone@verdnatura.es>
This commit is contained in:
Pako Natek 2024-09-16 06:41:37 +00:00
commit eb098b41ba
1 changed files with 2 additions and 1 deletions

View File

@ -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,