2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Bug fix: Part thumbnail API list was not working

- Part images could not be selected from grid
This commit is contained in:
Oliver Walters
2020-11-04 15:41:17 +11:00
parent fc99086c8f
commit f560be1a9a
3 changed files with 28 additions and 4 deletions

View File

@ -15,7 +15,9 @@ InvenTree | {% trans "Supplier List" %}
{% if pagetype == 'manufacturers' and roles.purchase_order.add or pagetype == 'suppliers' and roles.purchase_order.add or pagetype == 'customers' and roles.sales_order.add %}
<div id='button-toolbar'>
<div class='btn-group'>
<button type='button' class="btn btn-success" id='new-company'>{{ button_text }}</button>
<button type='button' class="btn btn-success" id='new-company'>
<span class='fas fa-plus-circle'></span> {{ button_text }}
</button>
</div>
</div>
{% endif %}