Add "stocktake" button

This commit is contained in:
Oliver 2022-12-20 11:26:43 +11:00
parent 2e3a5eba2c
commit ca11a90513

View File

@ -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>