This commit is contained in:
parent
16fd69904b
commit
484bb48d04
|
@ -130,7 +130,6 @@ BEGIN
|
|||
JOIN state s ON s.id = pb.state
|
||||
WHERE s.code = 'PICKER_DESIGNED'
|
||||
AND pb.workerCode = vWorkerCode
|
||||
LIMIT 1
|
||||
) INTO vHasAssignedTickets;
|
||||
|
||||
-- Se dejan en la tabla tmp.productionBuffer sólo aquellos tickets adecuados
|
||||
|
|
Loading…
Reference in New Issue