From 64b1523013db44c27a54712d399aaed3dbdb0e2a Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 7 Feb 2022 13:55:25 +1100 Subject: [PATCH] Do not hide the "submit order" button --- 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 195f2273a3..c675574d30 100644 --- a/InvenTree/order/templates/order/order_base.html +++ b/InvenTree/order/templates/order/order_base.html @@ -48,7 +48,7 @@ {% endif %} -{% if order.status == PurchaseOrderStatus.PENDING and order.lines.count > 0 %} +{% if order.status == PurchaseOrderStatus.PENDING %}