#7864 - 7864_testToMaster_2434 #2867

Merged
jsegarra merged 139 commits from 7864_testToMaster_2434 into master 2024-08-20 06:33:22 +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,