diff --git a/src/components/ProductListItem.vue b/src/components/ProductListItem.vue index 9557d54e..ecc1bf8b 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 @@