added groupingMode to getBuys

This commit is contained in:
Carlos Jimenez Ruiz 2022-02-07 18:00:23 +01:00
parent cb21d4db01
commit 485da4d0a7
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module.exports = Self => {
} }
], ],
returns: { returns: {
type: ['Object'], type: ['object'],
root: true root: true
}, },
http: { http: {
@ -42,6 +42,7 @@ module.exports = Self => {
'stickers', 'stickers',
'packing', 'packing',
'grouping', 'grouping',
'groupingMode',
'quantity', 'quantity',
'packageFk', 'packageFk',
'weight', 'weight',