diff --git a/src/views/ReturnDetails.vue b/src/views/ReturnDetails.vue index 52508f0e..4b77b2f2 100644 --- a/src/views/ReturnDetails.vue +++ b/src/views/ReturnDetails.vue @@ -11,7 +11,7 @@
-

{{ current.shopifyOrderName ? current.shopifyOrderName : current.hcOrderId }}

+

{{ current.shopifyOrderName ? current.shopifyOrderName : current.hcOrderId ? current.hcOrderId : current.externalId ? current.externalId : translate("Return Details") }}