From 4322e18f1365b104b7f5aa24562bab61bf656687 Mon Sep 17 00:00:00 2001 From: Ravi Lodhi Date: Tue, 8 Oct 2024 18:20:06 +0530 Subject: [PATCH] Fixed: Removed kit badge displayed mistakenly for the kit components (#603). --- src/views/OrderDetail.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/OrderDetail.vue b/src/views/OrderDetail.vue index bad82ac9..189acee0 100644 --- a/src/views/OrderDetail.vue +++ b/src/views/OrderDetail.vue @@ -145,7 +145,6 @@

{{ getProductIdentificationValue(productIdentificationPref.secondaryId, getProduct(productComponent.productIdTo)) }}

{{ getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(productComponent.productIdTo)) ? getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(productComponent.productIdTo)) : productComponent.productIdTo }} - {{ translate("Kit") }}

{{ getFeature(getProduct(productComponent.productIdTo).featureHierarchy, '1/COLOR/')}} {{ getFeature(getProduct(productComponent.productIdTo).featureHierarchy, '1/SIZE/')}}