mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 05:22:02 +00:00
fix: set received_qty default value to sub_qty
This commit is contained in:
@@ -308,7 +308,7 @@ const PurchaseOrderAcceptApprovalForm = ({
|
||||
}
|
||||
: null,
|
||||
expedition_vendor_id: expeditionVendorId,
|
||||
received_qty: item.total_qty || '',
|
||||
received_qty: item.sub_qty || '',
|
||||
transport_per_item: item.transport_per_item || '',
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user