test #2344

Merged
robert merged 10 commits from test into dev 2024-04-22 09:34:46 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit c44998e77b - Show all commits

View File

@ -65,7 +65,8 @@ BEGIN
WHEN b.groupingMode = 2 THEN b.packing
ELSE 1
END AS minQuantity,
iss.visible located
iss.visible located,
b.price2
FROM vn.item i
JOIN cache.available a ON a.item_id = i.id
AND a.calc_id = vCalcFk