fix: refs #6897 fix filter #2901
|
@ -109,6 +109,11 @@ module.exports = Self => {
|
||||||
arg: 'days',
|
arg: 'days',
|
||||||
type: 'number',
|
type: 'number',
|
||||||
description: `N days interval`
|
description: `N days interval`
|
||||||
|
},
|
||||||
|
{
|
||||||
|
arg: 'invoiceAmount',
|
||||||
|
type: 'number',
|
||||||
|
description: `The invoice amount`
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
returns: {
|
returns: {
|
||||||
|
@ -192,6 +197,7 @@ module.exports = Self => {
|
||||||
e.companyFk,
|
e.companyFk,
|
||||||
e.gestDocFk,
|
e.gestDocFk,
|
||||||
e.invoiceInFk,
|
e.invoiceInFk,
|
||||||
|
e.invoiceAmount,
|
||||||
t.landed,
|
t.landed,
|
||||||
s.name supplierName,
|
s.name supplierName,
|
||||||
s.nickname supplierAlias,
|
s.nickname supplierAlias,
|
||||||
|
|
Loading…
Reference in New Issue