feat: refs #174903 item_getSimilar #2326

Merged
robert merged 5 commits from 174903-item_getSimilar into master 2024-04-22 08:53:59 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit a1a3470df4 - Show all commits

View File

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