From b977a8c124830cbbaff1b066f902dffbd7473ba9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 11 Mar 2022 23:27:51 +0100 Subject: [PATCH] [BUG] Wrong icon on the place order button Use paper plane as symbol Fixes #2742 --- InvenTree/order/templates/order/order_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/order/templates/order/order_base.html b/InvenTree/order/templates/order/order_base.html index c188e183d0..e30fc838e4 100644 --- a/InvenTree/order/templates/order/order_base.html +++ b/InvenTree/order/templates/order/order_base.html @@ -50,7 +50,7 @@ {% if order.status == PurchaseOrderStatus.PENDING %} {% elif order.status == PurchaseOrderStatus.PLACED %}