Merge pull request 'Hotfix[InvoiceOutList]: Fixed company filter' (!3424) from Hotfix-InvoiceOutCompanyFilter into master
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #3424 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
18fe468623
|
@ -32,6 +32,12 @@ module.exports = Self => {
|
|||
description: 'The client id',
|
||||
http: {source: 'query'}
|
||||
},
|
||||
{
|
||||
arg: 'companyFk',
|
||||
type: 'integer',
|
||||
description: 'The company id',
|
||||
http: {source: 'query'}
|
||||
},
|
||||
{
|
||||
arg: 'fi',
|
||||
type: 'string',
|
||||
|
@ -148,6 +154,7 @@ module.exports = Self => {
|
|||
i.hasPdf,
|
||||
i.customsAgentFk,
|
||||
c.socialName AS clientSocialName,
|
||||
i.companyFk,
|
||||
co.code AS companyCode,
|
||||
ca.fiscalName AS customsAgentName
|
||||
FROM invoiceOut i
|
||||
|
|
Loading…
Reference in New Issue