fix(medusa): Received quantity on return lines (#3267)
This commit is contained in:
committed by
GitHub
parent
3a911091f1
commit
f88af0c28d
@@ -572,7 +572,7 @@ Object {
|
||||
"note": null,
|
||||
"quantity": 1,
|
||||
"reason_id": null,
|
||||
"received_quantity": null,
|
||||
"received_quantity": 1,
|
||||
"requested_quantity": 1,
|
||||
"return_id": Any<String>,
|
||||
},
|
||||
@@ -719,7 +719,7 @@ Object {
|
||||
"note": null,
|
||||
"quantity": 1,
|
||||
"reason_id": null,
|
||||
"received_quantity": null,
|
||||
"received_quantity": 1,
|
||||
"requested_quantity": 1,
|
||||
"return_id": Any<String>,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user