Skip to content

Commit

Permalink
Merge pull request #736 from hotwax/#723_kit_component_rejection
Browse files Browse the repository at this point in the history
Fixed: Passed selected  components while rejecting kit (#723).
  • Loading branch information
ravilodhi authored Sep 9, 2024
2 parents a4e34fb + c817638 commit 1f8b133
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 1f8b133

Please sign in to comment.