mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add "stocktake" button
This commit is contained in:
parent
2e3a5eba2c
commit
ca11a90513
@ -61,6 +61,11 @@
|
||||
<h4>{% trans "Part Stocktake" %}</h4>
|
||||
{% include "spacer.html" %}
|
||||
<div class='btn-group' role='group'>
|
||||
{% if roles.part.add %}
|
||||
<button class='btn btn-success' type='button' id='btn-stocktake' title='{% trans "Add stocktake information" %}'>
|
||||
<span class='fas fa-plus-circle'></span> {% trans "Stocktake" %}
|
||||
</button>
|
||||
{% endif %}
|
||||
<!-- TODO: Buttons -->
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user