diff --git a/InvenTree/stock/templates/stock/location.html b/InvenTree/stock/templates/stock/location.html index b7275395c7..d201f76f91 100644 --- a/InvenTree/stock/templates/stock/location.html +++ b/InvenTree/stock/templates/stock/location.html @@ -7,11 +7,16 @@ {% if location %}
{{ location.description }}
+ {% else %} +All stock items
+ {% endif %}
All stock items
- {% endif %}