From 5050c2e02bafacffc7ef5560159090754a769379 Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Fri, 19 Apr 2024 13:27:39 +0500 Subject: [PATCH] 11060 - remove producer name from variant --- app/views/admin/products_v3/_variant_row.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/products_v3/_variant_row.html.haml b/app/views/admin/products_v3/_variant_row.html.haml index 8ea77ca01f..9e19c693ed 100644 --- a/app/views/admin/products_v3/_variant_row.html.haml +++ b/app/views/admin/products_v3/_variant_row.html.haml @@ -41,7 +41,7 @@ = t(:on_demand) - if producer_options.many? %td.align-left - .content= variant.product.supplier&.name # same as product + -# empty producer name %td.align-left = f.select :primary_taxon_id, options_for_select(category_options, variant.primary_taxon_id), {}, data: { "controller": "tom-select", 'tom-select-placeholder-value': t('admin.products_v3.filters.search_for_categories')}