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.name }}

{{ location.description }}

+ {% else %} +

Stock

+

All stock items

+ {% endif %}

+ {% if location %} {% include "qr_button.html" %} + {% endif %}

- {% else %} -

Stock

-

All stock items

- {% endif %}