wherehouse: fix bug

This commit is contained in:
behruz-dev
2025-10-31 18:42:09 +05:00
parent c60b3ef985
commit cac1baeac1

View File

@@ -61,6 +61,7 @@ class Command(BaseCommand):
"status": statuses.get(item['status']),
"amount": item['amount'],
"invalid_status": types.get(item['type']),
"wherehouse": warehouse
}
)
users = []