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

[BUG] Wrong icon on the place order button

Use paper plane as symbol
Fixes #2742
This commit is contained in:
Matthias
2022-03-11 23:27:51 +01:00
parent 9f171faf1c
commit b977a8c124

View File

@ -50,7 +50,7 @@
</div>
{% if order.status == PurchaseOrderStatus.PENDING %}
<button type='button' class='btn btn-outline-secondary' id='place-order' title='{% trans "Place order" %}'>
<span class='fas fa-shopping-cart icon-blue'></span>
<span class='fas fa-paper-plane icon-blue'></span>
</button>
{% elif order.status == PurchaseOrderStatus.PLACED %}
<button type='button' class='btn btn-primary' id='receive-order' title='{% trans "Receive items" %}'>