Merge pull request 'refs #6398' (!1896) from 6398-changes into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1896
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
David Domenech 2023-12-20 08:01:09 +00:00
commit f33e343acb
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ SELECT
`ts`.`state` AS `state`,
`ts`.`productionOrder` AS `productionOrder`,
`ts`.`alertLevel` AS `alertLevel`,
`ts`.`userFk` AS `worker`,
`ts`.`worker` AS `worker`,
`ts`.`code` AS `code`,
`ts`.`updated` AS `updated`,
`ts`.`isPicked` AS `isPicked`