Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/hotwax/receiving into recei…
Browse files Browse the repository at this point in the history
…ve_shipment
  • Loading branch information
ravilodhi committed Oct 22, 2024
2 parents b201629 + 4e897b0 commit 3f6a475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ReturnDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<main>
<div class="doc-id">
<ion-item lines="none">
<h1>{{ current.shopifyOrderName ? current.shopifyOrderName : current.hcOrderId }}</h1>
<h1> {{ current.shopifyOrderName ? current.shopifyOrderName : current.hcOrderId ? current.hcOrderId : current.externalId ? current.externalId : translate("Return Details") }}</h1>
<!-- TODO: Fetch Customer name -->
<!-- <p>{{ translate("Customer: <customer name>")}}</p> -->
</ion-item>
Expand Down

0 comments on commit 3f6a475

Please sign in to comment.