refs #6969 Error packaging
gitea/salix/pipeline/pr-test This commit looks good Details

This commit is contained in:
Ivan Mas 2024-03-04 08:41:09 +01:00
parent c9182beb88
commit bd5d88f5ef
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ BEGIN
WHERE t.landed BETWEEN vStarted AND vEnded
AND (vWarehouseFk IS NULL OR t.warehouseInFk = vWarehouseFk)
AND b.price2 > 0
AND b.quantity > 0
ORDER BY NOT b.isIgnored DESC, t.landed DESC, b.id DESC
LIMIT 10000000000000000000) sub
GROUP BY itemFk, warehouseFk;