[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
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -50,7 +50,7 @@
</div> </div>
{% if order.status == PurchaseOrderStatus.PENDING %} {% if order.status == PurchaseOrderStatus.PENDING %}
<button type='button' class='btn btn-outline-secondary' id='place-order' title='{% trans "Place order" %}'> <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> </button>
{% elif order.status == PurchaseOrderStatus.PLACED %} {% elif order.status == PurchaseOrderStatus.PLACED %}
<button type='button' class='btn btn-primary' id='receive-order' title='{% trans "Receive items" %}'> <button type='button' class='btn btn-primary' id='receive-order' title='{% trans "Receive items" %}'>