test #2344

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

View File

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