fix: refs #6897 fix filter
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-08-30 11:49:39 +02:00
parent 6cb6110b14
commit b451641d47
1 changed files with 6 additions and 0 deletions

View File

@ -109,6 +109,11 @@ module.exports = Self => {
arg: 'days',
type: 'number',
description: `N days interval`
},
{
arg: 'invoiceAmount',
type: 'number',
description: `The invoice amount`
}
],
returns: {
@ -192,6 +197,7 @@ module.exports = Self => {
e.companyFk,
e.gestDocFk,
e.invoiceInFk,
e.invoiceAmount,
t.landed,
s.name supplierName,
s.nickname supplierAlias,