diff --git a/src/components/pages/purchase/order/PurchaseOrderDetail.tsx b/src/components/pages/purchase/order/PurchaseOrderDetail.tsx index 11faab80..2f3bbfb0 100644 --- a/src/components/pages/purchase/order/PurchaseOrderDetail.tsx +++ b/src/components/pages/purchase/order/PurchaseOrderDetail.tsx @@ -526,12 +526,12 @@ const PurchaseOrderDetail = ({ }, { header: 'Jumlah Total', - accessorKey: 'total_qty', + accessorKey: 'sub_qty', cell: (props) => formatNumber(props.getValue() as number), }, { header: 'Jumlah Diterima', - accessorKey: 'sub_qty', + accessorKey: 'total_qty', cell: (props) => formatNumber(props.getValue() as number), }, {