fix(core-flows): update receive returned item (#8295)

FIXES: TRI-68
This commit is contained in:
Carlos R. L. Rodrigues
2024-07-26 10:11:26 -03:00
committed by GitHub
parent 91c17651f1
commit 4eb7abbae8

View File

@@ -51,7 +51,7 @@ const validationStep = createStep(
`No request return found for return ${input.return_id} in order change ${orderChange.id}`
)
} else if (
[
![
ChangeActionType.RECEIVE_RETURN_ITEM,
ChangeActionType.RECEIVE_DAMAGED_RETURN_ITEM,
].includes(associatedAction.action as ChangeActionType)