From 7ebaf067ddcf410e863ef384afe679cb97d71d59 Mon Sep 17 00:00:00 2001 From: Ravi Lodhi Date: Tue, 19 Nov 2024 19:15:54 +0530 Subject: [PATCH] Improved: Displayed badge for kit (#463). --- src/components/ProductListItem.vue | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/src/components/ProductListItem.vue b/src/components/ProductListItem.vue index a502cb29e..b86d049b7 100644 --- a/src/components/ProductListItem.vue +++ b/src/components/ProductListItem.vue @@ -6,14 +6,10 @@

{{ getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) ? getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(item.productId)) : getProduct(item.productId).productName }}

{{ getProductIdentificationValue(productIdentificationPref.secondaryId, getProduct(item.productId)) }}

+ {{ translate("Kit") }}
-
- - - - - +
{{ translate("on hand", { count: getProductStock(item.productId).quantityOnHandTotal ?? '0' }) }} @@ -24,6 +20,12 @@ + + + + + +
@@ -52,7 +54,7 @@