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 %}