warehouses inventory

This commit is contained in:
nelo 2017-06-20 10:40:04 +02:00
parent ca19369093
commit 729ddf3358
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ module.exports = function(Warehouse) {
description: 'List production warehouses',
returns: {
arg: 'warehouses',
type: 'object'
type: 'array'
},
http: {
verb: 'get',

View File

@ -14,7 +14,7 @@
"tpv": {
"type": "Number"
},
"inventary": {
"inventory": {
"type": "Number"
}
},