diff --git a/InvenTree/stock/templates/stock/location.html b/InvenTree/stock/templates/stock/location.html index 18b78b2290..c956508d76 100644 --- a/InvenTree/stock/templates/stock/location.html +++ b/InvenTree/stock/templates/stock/location.html @@ -11,7 +11,7 @@ {% if location %} {% trans "Stock Location" %}: {{ location.name }} {% else %} -{% trans "Stock" %} +{% trans "Stock Location" %} {% endif %} {% endblock %} @@ -80,12 +80,32 @@ {% endblock %} {% block details_left %} -{% if location %} -
{{ location.description }}
-{% else %} -{% trans "Top level stock location" %}
-{% endif %} ++ | {% trans "Description" %} | +{{ location.description }} | +
+ | {% trans "Location Path" %} | +{{ location.pathstring }} | +
+ | {% trans "Location Path" %} | +{% trans "Top level stock location" %} | +
- | {% trans "Description" %} | -{{ location.description }} | -
{% trans "Sublocations" %} | @@ -134,7 +149,7 @@