From b6d87850dc953a9874a5f98ea0aa4861dd7d1a89 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 27 Feb 2021 08:00:00 +1100 Subject: [PATCH] Hide stock buttons on top-level stock location display --- InvenTree/stock/templates/stock/location.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/InvenTree/stock/templates/stock/location.html b/InvenTree/stock/templates/stock/location.html index 817b096f74..5c2b4e04db 100644 --- a/InvenTree/stock/templates/stock/location.html +++ b/InvenTree/stock/templates/stock/location.html @@ -48,15 +48,14 @@
  • {% trans "Check-in Items" %}
  • - {% endif %} {% if owner_control.value == "False" or owner_control.value == "True" and user in owners or user.is_superuser %} - {% if roles.stock.change %} -
    - -
    {% endif %} - {% endif %} + {% endif %} + {% endif %} {% endif %}