diff --git a/InvenTree/order/templates/order/purchase_order_detail.html b/InvenTree/order/templates/order/purchase_order_detail.html index 9e9db92886..3dcae161ad 100644 --- a/InvenTree/order/templates/order/purchase_order_detail.html +++ b/InvenTree/order/templates/order/purchase_order_detail.html @@ -49,7 +49,7 @@

{% trans "Additional Order Items" %}

{% include "spacer.html" %}
- {% if roles.purchase_order.change and order.is_pending %} + {% if roles.purchase_order.change and order.status == PurchaseOrderStatus.PENDING %}