warehouses inventory
This commit is contained in:
parent
ca19369093
commit
729ddf3358
|
@ -3,7 +3,7 @@ module.exports = function(Warehouse) {
|
|||
description: 'List production warehouses',
|
||||
returns: {
|
||||
arg: 'warehouses',
|
||||
type: 'object'
|
||||
type: 'array'
|
||||
},
|
||||
http: {
|
||||
verb: 'get',
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"tpv": {
|
||||
"type": "Number"
|
||||
},
|
||||
"inventary": {
|
||||
"inventory": {
|
||||
"type": "Number"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue