wherehouse: fix bug
This commit is contained in:
@@ -61,6 +61,7 @@ class Command(BaseCommand):
|
|||||||
"status": statuses.get(item['status']),
|
"status": statuses.get(item['status']),
|
||||||
"amount": item['amount'],
|
"amount": item['amount'],
|
||||||
"invalid_status": types.get(item['type']),
|
"invalid_status": types.get(item['type']),
|
||||||
|
"wherehouse": warehouse
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
users = []
|
users = []
|
||||||
|
|||||||
Reference in New Issue
Block a user