Merge pull request 'Added In Payload new data' (#188) from testing-bug-fix into main
Reviewed-on: Pozomind/pozo-retail-app#188
This commit is contained in:
commit
426185241e
|
|
@ -435,6 +435,7 @@ const CreateTransfer = () => {
|
|||
RequestStock: tableData?.map((item) => ({
|
||||
ProdId: item.ProdId,
|
||||
InwardDtlId: item.InwardDtlId,
|
||||
ProdVariantName:item.ProdVariantName,
|
||||
RequestedQty: Number(item.ReceivedQty),
|
||||
})),
|
||||
CreatedBy: UserId,
|
||||
|
|
|
|||
Loading…
Reference in New Issue