2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Updated StockItem create/edit view with ownership control

This commit is contained in:
eeintech
2020-12-02 13:25:33 -05:00
parent 2d7461f609
commit c66ac2579e
2 changed files with 56 additions and 2 deletions

View File

@ -12,7 +12,7 @@
{% if read_only %}
{% else %}
<!-- Check permissions and owner -->
{% if owner_enable.value == "False" or owner_enable.value == "True" and location.owner in user.groups.all %}
{% if owner_enable.value == "False" or owner_enable.value == "True" and location.owner in user.groups.all or user.is_superuser %}
{% if roles.stock.add %}
<button class="btn btn-success" id='item-create'>
<span class='fas fa-plus-circle'></span> {% trans "New Stock Item" %}