feat: refs #6822 tabulaciones
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
d2a4a84728
commit
9a01ae5ccc
|
@ -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 ;
|
||||
|
|
Loading…
Reference in New Issue