fix: refs #7920 refs#7920 itemShelvingLog #3231

Merged
sergiodt merged 1 commits from 7920-itemShelvingLogs into test 2024-11-21 10:59:53 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ BEGIN
ic.url,
ish.available,
ish.buyFk,
sh.shelvingFk
ish.shelvingFk
FROM itemShelving ish
JOIN item i ON i.id = ish.itemFk
JOIN shelving s ON s.id = ish.shelvingFk