From 5aa460fd8aa8e558f711c3f98719c3728c6315c7 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Tue, 27 Jan 2026 12:20:06 +0700 Subject: [PATCH] Fix supplier link - show name instead of 'View supplier' --- app/components/catalog/InfoPanel.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app/components/catalog/InfoPanel.vue b/app/components/catalog/InfoPanel.vue index d40b207..3cca251 100644 --- a/app/components/catalog/InfoPanel.vue +++ b/app/components/catalog/InfoPanel.vue @@ -41,12 +41,16 @@ {{ formatPrice(entity.pricePerUnit) }} {{ entity.currency || 'RUB' }}/{{ entity.unit || 't' }}
- -+ +
+