Merge pull request 'MASTER-hotFix(ticket_request): autocomplete buyer' (#1077) from hotFix_ticket_request_buyer into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1077
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
This commit is contained in:
Joan Sanchez 2022-10-07 09:30:20 +00:00
commit 7069fbc6b2
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ module.exports = Self => {
Object.assign(myOptions, options);
const query =
`SELECT DISTINCT u.nickname
`SELECT DISTINCT u.id, u.nickname
FROM itemType it
JOIN worker w ON w.id = it.workerFk
JOIN account.user u ON u.id = w.id`;