refactor(FE-208): remove 'Jumlah Retur' column from PurchaseOrderDetail for UI simplification

This commit is contained in:
rstubryan
2025-11-21 11:01:33 +07:00
parent d624da97c3
commit f6fe2d4eb1
@@ -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',