Added In Payload new data
This commit is contained in:
parent
5bd84fe7d4
commit
4ad95a8b64
|
|
@ -435,6 +435,7 @@ const CreateTransfer = () => {
|
||||||
RequestStock: tableData?.map((item) => ({
|
RequestStock: tableData?.map((item) => ({
|
||||||
ProdId: item.ProdId,
|
ProdId: item.ProdId,
|
||||||
InwardDtlId: item.InwardDtlId,
|
InwardDtlId: item.InwardDtlId,
|
||||||
|
ProdVariantName:item.ProdVariantName,
|
||||||
RequestedQty: Number(item.ReceivedQty),
|
RequestedQty: Number(item.ReceivedQty),
|
||||||
})),
|
})),
|
||||||
CreatedBy: UserId,
|
CreatedBy: UserId,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue