typos corrected
This commit is contained in:
parent
1d253fc53d
commit
4fc01e6a0d
|
@ -78,7 +78,7 @@ module.exports = Self => {
|
|||
{
|
||||
arg: 'isBooked',
|
||||
type: 'boolean',
|
||||
description: 'Whether the the invoice is booked or not',
|
||||
description: 'Whether the invoice is booked or not',
|
||||
},
|
||||
],
|
||||
returns: {
|
||||
|
|
|
@ -35,7 +35,7 @@ module.exports = Self => {
|
|||
{
|
||||
arg: 'hasPdf',
|
||||
type: 'boolean',
|
||||
description: 'Whether the the invoiceOut has PDF or not',
|
||||
description: 'Whether the invoiceOut has PDF or not',
|
||||
http: {source: 'query'}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -41,7 +41,7 @@ module.exports = Self => {
|
|||
{
|
||||
arg: 'isActive',
|
||||
type: 'boolean',
|
||||
description: 'Whether the the item is or not active',
|
||||
description: 'Whether the item is or not active',
|
||||
},
|
||||
{
|
||||
arg: 'buyerFk',
|
||||
|
|
Loading…
Reference in New Issue