6861-itemShelvingSaleWithUser #3381

Merged
sergiodt merged 2 commits from 6861-itemShelvingSaleWithUser into master 2025-01-24 08:23:15 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5dd60bd912 - Show all commits

View File

@ -80,7 +80,7 @@ module.exports = Self => {
LEFT JOIN parking p ON p.id = sh.parkingFk
LEFT JOIN itemColor ic ON ic.itemFk = s.itemFk
LEFT JOIN origin o ON o.id = i.originFk
LEFT JOIN state st ON st.id = sg.stateFk,
LEFT JOIN state st ON st.id = sg.stateFk
LEFT JOIN account.user ac ON ac.id = iss.userFk
WHERE tc.collectionFk = ?
GROUP BY s.id, ish.id, p.code, p2.code