Skip to content

Commit

Permalink
Fixed: Passed selected components while rejecting kit (#723).
Browse files Browse the repository at this point in the history
  • Loading branch information
ravilodhi committed Sep 9, 2024
1 parent a4e34fb commit c817638
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/InProgress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,8 @@ export default defineComponent({
rejectedOrderItems.push({
"shipmentId": item.shipmentId,
"shipmentItemSeqId": item.shipmentItemSeqId,
"reason": item.rejectReason
"reason": item.rejectReason,
"rejectedComponents": item.rejectedComponents
})
} else {
prefix = 'rej'
Expand Down

0 comments on commit c817638

Please sign in to comment.