Skip to content

Commit

Permalink
Fixed: issue of box type not being updated(#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Oct 12, 2023
1 parent 8465b88 commit ccee56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/InProgress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ export default defineComponent({
// creating updated data for shipment packages
order.shipmentPackages.map((shipmentPackage: any, index: number) => {
form.append(`box_shipmentId_${index}`, shipmentPackage.shipmentId)
form.append(`${index}_box_rowSubmit`, ''+index)
form.append(`${index}_box_rowSubmit_`, ''+index)
form.append(`box_shipmentBoxTypeId_${index}`, shipmentPackage.shipmentBoxTypeId)
})
Expand Down

0 comments on commit ccee56a

Please sign in to comment.