mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-311): Default received_qty and remove transport_total
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user