mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +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: '',
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user