fix(medusa): Received quantity on return lines (#3267)

This commit is contained in:
Oliver Windall Juhl
2023-02-17 11:13:50 +01:00
committed by GitHub
parent 3a911091f1
commit f88af0c28d
6 changed files with 150 additions and 128 deletions

View File

@@ -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>,
},