Ticket #194195 Recupero vn.item_getAtp
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Andrés 2024-06-14 16:32:13 +02:00
parent 5473f7a308
commit 51078c804b
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ BEGIN
FROM (SELECT DISTINCT itemFk, warehouseFk FROM tmp.itemCalc) t2
) t1
GROUP BY itemFk, warehouseFk, dated
HAVING warehouseFk
ORDER BY itemFk, warehouseFk, dated;
SET @lastItemFk := 0;