diff --git a/src/components/ProductListItem.vue b/src/components/ProductListItem.vue index 630ba2a45..a502cb29e 100644 --- a/src/components/ProductListItem.vue +++ b/src/components/ProductListItem.vue @@ -9,6 +9,11 @@
{{ getProductIdentificationValue(productIdentificationPref.secondaryId, getProduct(productComponent.productIdTo)) }}
+ {{ getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(productComponent.productIdTo)) ? getProductIdentificationValue(productIdentificationPref.primaryId, getProduct(productComponent.productIdTo)) : productComponent.productIdTo }} +