diff --git a/src/backoffice/templates/info_desk/inventory_index.html b/src/backoffice/templates/info_desk/inventory_index.html index 14cb79596..cae6d425c 100644 --- a/src/backoffice/templates/info_desk/inventory_index.html +++ b/src/backoffice/templates/info_desk/inventory_index.html @@ -5,6 +5,9 @@ {% endblock %} {% block content %} + {% if pos_list|length == 0 %} +

No POS locations configured

+ {% endif %}
{% for pos in pos_list %} diff --git a/src/backoffice/templates/scan_ticket_pos_select.html b/src/backoffice/templates/scan_ticket_pos_select.html index eae17df80..385626407 100644 --- a/src/backoffice/templates/scan_ticket_pos_select.html +++ b/src/backoffice/templates/scan_ticket_pos_select.html @@ -5,6 +5,9 @@ {% endblock %} {% block content %} + {% if pos_list|length == 0 %} +

No POS locations configured

+ {% endif %}
{% for pos in pos_list %}