feat: refs #7266 buyFkForPrint
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Sergio De la torre 2024-11-04 07:48:28 +01:00
parent 6c40934f74
commit 4c0dec19d4
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ BEGIN
s.priority,
ish.isChecked,
ic.url,
ish.available
ish.available,
ish.buyFk
FROM itemShelving ish
JOIN item i ON i.id = ish.itemFk
JOIN shelving s ON vSelf = s.code COLLATE utf8_unicode_ci