feat: refs #7683 productionControl #2705
|
@ -199,8 +199,6 @@ proc: BEGIN
|
|||
pb.V = ti.V,
|
||||
pb.N = ti.N;
|
||||
|
||||
robert marked this conversation as resolved
|
||||
DROP TEMPORARY TABLE tItemPackingType;
|
||||
|
||||
-- Colecciones segun tipo de encajado
|
||||
robert marked this conversation as resolved
Outdated
guillermo
commented
Haz el drop bajo del todo, para no tener que repetir DROP TEMPORARY TABLE Haz el drop bajo del todo, para no tener que repetir DROP TEMPORARY TABLE
|
||||
UPDATE tmp.productionBuffer pb
|
||||
JOIN ticketCollection tc ON pb.ticketFk = tc.ticketFk
|
||||
|
@ -278,6 +276,7 @@ proc: BEGIN
|
|||
tmp.risk,
|
||||
tmp.ticket_problems,
|
||||
tmp.ticketWithPrevia,
|
||||
tItemShelvingStock;
|
||||
tItemShelvingStock,
|
||||
tItemPackingType;
|
||||
END$$
|
||||
DELIMITER ;
|
||||
|
|
Loading…
Reference in New Issue
Te falta el
DROP TEMPORARY TABLE