8524-devToTest #3415

Merged
alexm merged 343 commits from 8524-devToTest into test 2025-02-04 13:42:16 +00:00
1 changed files with 5 additions and 7 deletions
Showing only changes of commit 9a01ae5ccc - Show all commits

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 ;