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 4 additions and 4 deletions
Showing only changes of commit 5a7d5787f7 - Show all commits

View File

@ -2,9 +2,9 @@ DELIMITER $$
CREATE OR REPLACE DEFINER=`root`@`localhost` PROCEDURE `vn`.`entry_transfer`(vOriginalEntry INT)
BEGIN
/**
* If the bic length is Incorrect throw exception
* Adelanta a mañana la mercancia de una entrada a partir de lo que hay ubicado en el almacén
*
* @param vBic bic code
* @param vOriginalEntry entrada que se quiera adelantar
*/
DECLARE vNewEntryFk INT;
@ -26,7 +26,7 @@ BEGIN
SELECT util.VN_CURDATE(),
util.VN_CURDATE() + INTERVAL 1 DAY,
t.warehouseInFk,
t.warehouseOutFk,
t.warehouseInFk,
t.`ref`,
t.isReceived,
t.agencyModeFk