refactor: refs #7505 item_getVisible refactor #2573

Merged
guillermo merged 13 commits from 7505-item_calcVisible into dev 2024-07-10 05:03:19 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4f10a93584 - Show all commits

View File

@ -86,7 +86,7 @@ proc: BEGIN
SELECT item_id, amount stock, amount visible FROM `cache`.stock
WHERE warehouse_id = vWarehouseFk;
CALL vn.item_getVisible(vWarehouseFk, util.VN_CURDATE(), NULL);
CALL item_getVisible(vWarehouseFk, util.VN_CURDATE(), NULL);
UPDATE tmp.itemInventory it
JOIN tmp.itemVisible iv ON iv.item_id = it.id
SET it.visible = iv.visible;