feat: refs #6777 tabulacion

This commit is contained in:
Robert Ferrús 2024-02-06 08:37:28 +01:00
parent 01512c7d36
commit 3500886149
1 changed files with 15 additions and 18 deletions

View File

@ -97,9 +97,6 @@ BEGIN
AND tp.confeccion
AND tr.shipment BETWEEN vDated AND vEndingDate;
SELECT * FROM tmp.production_buffer;
END$$
DELIMITER ;