diff --git a/src/frontend/src/tables/purchasing/PurchaseOrderLineItemTable.tsx b/src/frontend/src/tables/purchasing/PurchaseOrderLineItemTable.tsx index 301b395352..d7f508ffe0 100644 --- a/src/frontend/src/tables/purchasing/PurchaseOrderLineItemTable.tsx +++ b/src/frontend/src/tables/purchasing/PurchaseOrderLineItemTable.tsx @@ -317,7 +317,7 @@ export function PurchaseOrderLineItemTable({ return [ { - hidden: received || !orderOpen, + hidden: received || !orderPlaced, title: t`Receive line item`, icon: , color: 'green', @@ -349,7 +349,7 @@ export function PurchaseOrderLineItemTable({ }) ]; }, - [orderId, user, orderOpen] + [orderId, user, orderOpen, orderPlaced] ); // Custom table actions