Merge pull request 'fix: refs #7920 refs#7920 itemShelvingLog' (!3231) from 7920-itemShelvingLogs into test
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #3231
Reviewed-by: Guillermo Bonet <guillermo@verdnatura.es>
This commit is contained in:
Sergio De la torre 2024-11-21 10:59:52 +00:00
commit 07201f6448
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