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