From 20dc0380bd5e43a9c3ce72d7e3aa4dcf9bb3a55a Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 16 May 2024 00:35:32 +0200 Subject: [PATCH] Add location type to location overview (#7202) --- src/backend/InvenTree/stock/templates/stock/location.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/backend/InvenTree/stock/templates/stock/location.html b/src/backend/InvenTree/stock/templates/stock/location.html index 4d36aa6d22..5cce5657cd 100644 --- a/src/backend/InvenTree/stock/templates/stock/location.html +++ b/src/backend/InvenTree/stock/templates/stock/location.html @@ -170,6 +170,13 @@ {% trans "Stock Items" %} {{ location.item_count }} + {% if location.location_type %} + + + {% trans "Location Type" %} + {{ location.location_type }} + + {% endif %} {% else %}