Skip to content

Commit

Permalink
Fixed: typo when fetching salesChannel on orderLookup page(#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 authored and ravilodhi committed Aug 2, 2024
1 parent 38f4019 commit 13a355c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/OrderLookupDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
</ion-item>
<ion-item lines="none">
<ion-label class="ion-text-wrap">{{ translate("Channel") }}</ion-label>
<ion-label class="ion-text-wrap">{{ order.salesChanel || "-" }}</ion-label>
<ion-label class="ion-text-wrap">{{ order.salesChannel || "-" }}</ion-label>
</ion-item>
</ion-list>
</ion-card>
Expand Down

0 comments on commit 13a355c

Please sign in to comment.