This commit is contained in:
parent
6cb6110b14
commit
b451641d47
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue