mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
peppercord
This commit is contained in:
parent
1a875811b7
commit
4912d5507b
@ -8,7 +8,4 @@ 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