diff --git a/InvenTree/order/templates/order/order_base.html b/InvenTree/order/templates/order/order_base.html index c675574d30..af1e02fd54 100644 --- a/InvenTree/order/templates/order/order_base.html +++ b/InvenTree/order/templates/order/order_base.html @@ -178,7 +178,7 @@ src="{% static 'img/blank_image.png' %}" {{ block.super }} -{% if order.status == PurchaseOrderStatus.PENDING and order.lines.count > 0 %} +{% if order.status == PurchaseOrderStatus.PENDING %} $("#place-order").click(function() { launchModalForm("{% url 'po-issue' order.id %}", {