2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00

Hide stock buttons on top-level stock location display

This commit is contained in:
Oliver Walters 2021-02-27 08:00:00 +11:00
parent 414a981858
commit b6d87850dc

View File

@ -48,7 +48,6 @@
<li><a href='#' id='barcode-check-in'><span class='fas fa-arrow-right'></span> {% trans "Check-in Items" %}</a></li>
</ul>
</div>
{% endif %}
<!-- Check permissions and owner -->
{% if owner_control.value == "False" or owner_control.value == "True" and user in owners or user.is_superuser %}
{% if roles.stock.change %}
@ -73,6 +72,7 @@
{% endif %}
{% endif %}
{% endif %}
{% endif %}
</div>
</div>
<div class='col-sm-6'>