From f6fe2d4eb1655b0d7b47814ecabf86799be3a9ad Mon Sep 17 00:00:00 2001 From: rstubryan Date: Fri, 21 Nov 2025 11:01:33 +0700 Subject: [PATCH] refactor(FE-208): remove 'Jumlah Retur' column from PurchaseOrderDetail for UI simplification --- src/components/pages/purchase/order/PurchaseOrderDetail.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/pages/purchase/order/PurchaseOrderDetail.tsx b/src/components/pages/purchase/order/PurchaseOrderDetail.tsx index 993c84c3..242abf58 100644 --- a/src/components/pages/purchase/order/PurchaseOrderDetail.tsx +++ b/src/components/pages/purchase/order/PurchaseOrderDetail.tsx @@ -502,11 +502,6 @@ const PurchaseOrderDetail = ({ accessorKey: 'sub_qty', cell: (props) => formatNumber(props.getValue() as number), }, - { - header: 'Jumlah Retur', - accessorKey: 'return_qty', - cell: (props) => formatNumber((props.getValue() as number) || 0), - }, { header: 'Ekspedisi', accessorKey: 'expedition_name',