feat: refs #6822 tabulaciones
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Robert Ferrús 2024-10-23 12:32:48 +02:00
parent d2a4a84728
commit 9a01ae5ccc
1 changed files with 5 additions and 7 deletions

View File

@ -6,7 +6,6 @@ BEGIN
*
* @param vOriginalEntry entrada que se quiera adelantar
*/
DECLARE vNewEntryFk INT;
DECLARE vTravelFk INT;
DECLARE vWarehouseFk INT;
@ -116,6 +115,5 @@ BEGIN
CALL cache.visible_refresh(@c,TRUE,7);
CALL cache.available_refresh(@c, TRUE, 7, util.VN_CURDATE());
END$$
DELIMITER ;