refactor(FE-311): Default received_qty and remove transport_total

This commit is contained in:
rstubryan
2025-12-08 18:37:58 +07:00
parent a7d884b5f0
commit 512ad5175e
2 changed files with 1 additions and 6 deletions
@@ -544,11 +544,6 @@ const PurchaseOrderDetail = ({
accessorKey: 'transport_per_item',
cell: (props) => formatCurrency(props.getValue() as number),
},
{
header: 'Transport Total',
accessorKey: 'transport_total',
cell: (props) => formatCurrency(props.getValue() as number),
},
];
const summaryData = [