Skip to content

Commit

Permalink
Merge pull request #735 from hotwax/#649_shipping_method
Browse files Browse the repository at this point in the history
Fixed: Displayed message correctly when there is no method associated with carrier (#649).
  • Loading branch information
ravilodhi authored Sep 9, 2024
2 parents d61e133 + a9febca commit a4e34fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/OrderDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ export default defineComponent({
shipmentMethodTypeId: "",
carrierPartyId: "",
carrierMethods:[] as any,
isUpdatingCarrierDetail: true
isUpdatingCarrierDetail: false
}
},
async ionViewDidEnter() {
Expand Down

0 comments on commit a4e34fb

Please sign in to comment.