Merge pull request '8004-liliumStyleRemake' (!3257) from 8004-liliumStyleRemake into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #3257 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
fcaf854c87
|
@ -178,17 +178,18 @@ module.exports = Self => {
|
|||
i.isFloramondo,
|
||||
i.recycledPlastic,
|
||||
i.nonRecycledPlastic,
|
||||
pr.name AS producer,
|
||||
it.name AS typeName,
|
||||
it.workerFk AS buyerFk,
|
||||
u.name AS userName,
|
||||
ori.code AS origin,
|
||||
ic.name AS category,
|
||||
pr.name producer,
|
||||
it.name typeName,
|
||||
it.workerFk buyerFk,
|
||||
u.name userName,
|
||||
ori.code origin,
|
||||
ic.name category,
|
||||
i.intrastatFk,
|
||||
intr.description AS intrastat,
|
||||
intr.description intrastat,
|
||||
b.grouping,
|
||||
b.packing,
|
||||
lb.landing AS landed
|
||||
lb.landing landed,
|
||||
it.name typeName
|
||||
FROM item i
|
||||
LEFT JOIN itemType it ON it.id = i.typeFk
|
||||
LEFT JOIN itemCategory ic ON ic.id = it.categoryFk
|
||||
|
|
Loading…
Reference in New Issue