From 95f62d529f5102899d5c0c26189c7532340dc650 Mon Sep 17 00:00:00 2001 From: Bjoern Biesenbach Date: Mon, 30 Nov 2020 18:30:51 +0100 Subject: [PATCH] Fix sidenav in stocklist --- InvenTree/stock/templates/stock/location.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/stock/templates/stock/location.html b/InvenTree/stock/templates/stock/location.html index 632219dc0a..fef3428373 100644 --- a/InvenTree/stock/templates/stock/location.html +++ b/InvenTree/stock/templates/stock/location.html @@ -99,7 +99,6 @@ - {% if location and location.children.all|length > 0 %} {% include 'stock/location_list.html' with children=location.children.all collapse_id="locations" %} @@ -110,6 +109,7 @@
{% include "stock_table.html" %} + {% endblock %}