7806_devToTest_2332 #2801

Merged
alexm merged 126 commits from 7806_devToTest_2330 into test 2024-07-30 06:14:09 +00:00
1 changed files with 2 additions and 3 deletions
Showing only changes of commit 15adc59ec5 - Show all commits

View File

@ -199,8 +199,6 @@ proc: BEGIN
pb.V = ti.V,
pb.N = ti.N;
DROP TEMPORARY TABLE tItemPackingType;
-- Colecciones segun tipo de encajado
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 ;