7863-devToTest_2434 #2852

Merged
alexm merged 129 commits from 7863-devToTest_2434 into test 2024-08-13 06:50:25 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 15f580508b - Show all commits

View File

@ -55,7 +55,8 @@ BEGIN
WHERE o.id = vSelf
AND r.warehouseFk = vWarehouseFk
AND r.amount
ORDER BY i.itemPackingTypeFk DESC; -- El último siempre NULL!!
ORDER BY i.itemPackingTypeFk DESC;
-- El último siempre NULL, es imprescindible para la lógica !!!
DECLARE vRows CURSOR FOR
SELECT r.id,