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',