2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

Add option to make stock-table read-only

- Default table is not read-only
This commit is contained in:
Oliver Walters
2020-03-18 20:37:25 +11:00
parent 1fa4e7f5fb
commit 33ffa2f75f
2 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<h4>{% trans "Build Outputs" %}</h4>
<hr>
{% include "stock_table.html" %}
{% include "stock_table.html" with read_only=True %}
{% endblock %}