diff --git a/src/components/pages/purchase/order/PurchaseOrderDetail.tsx b/src/components/pages/purchase/order/PurchaseOrderDetail.tsx index c266df9c..3e2bc913 100644 --- a/src/components/pages/purchase/order/PurchaseOrderDetail.tsx +++ b/src/components/pages/purchase/order/PurchaseOrderDetail.tsx @@ -522,17 +522,37 @@ const PurchaseOrderDetail = ({ return (
{/* Approval and Action Buttons */} -
+
+ + {showApprovalButton && ( - +
+ + + +
)}