diff --git a/src/components/ProductListItem.vue b/src/components/ProductListItem.vue index 8ee26f5e2..9557d54e6 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 }} +