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
@@ -235,7 +235,7 @@ const PurchaseOrderAcceptApprovalForm = ({
vehicle_number: item.vehicle_number || '',
expedition_vendor: null,
expedition_vendor_id: 0,
received_qty: '',
received_qty: item.total_qty || '',
transport_per_item: '',
};
});
@@ -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 = [