2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 03:55:41 +00:00

Adds separate option for "prevent_new_stock" to stock_table

This commit is contained in:
Oliver
2021-09-08 12:57:42 +10:00
parent 8368798280
commit 1a21576f28
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
<h4>{% trans "Received Items" %}</h4>
</div>
<div class='panel-content'>
{% include "stock_table.html" with read_only=True %}
{% include "stock_table.html" with prevent_new_stock=True %}
</div>
</div>