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

Adds new buttons to create a new stock item

This commit is contained in:
Oliver
2021-11-03 07:27:58 +11:00
parent d8e3c40f78
commit aaf27d4098
5 changed files with 34 additions and 15 deletions

View File

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