mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-07 07:48:50 +00:00
not a pep
This commit is contained in:
parent
433dc7b3e3
commit
1a875811b7
@ -9,5 +9,6 @@ def index(request):
|
|||||||
warehouses = Warehouse.objects.filter(parent=None)
|
warehouses = Warehouse.objects.filter(parent=None)
|
||||||
|
|
||||||
return render(request, 'stock/index.html',
|
return render(request, 'stock/index.html',
|
||||||
{'warehouses': warehouses
|
{
|
||||||
|
'warehouses': warehouses
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user