fix: refs #7969 no agency restriction removed #2963

Merged
pako merged 2 commits from 7969-hotFixplantTray3 into master 2024-09-16 06:41:38 +00:00
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,