From 51189a3138cc6d6d26061d535da66b78a51b7cad Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 6 Jul 2023 09:50:05 +1000 Subject: [PATCH] [table] Hide properties for variant row These were a duplicate of the product. --- app/views/admin/products_v3/_table.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/admin/products_v3/_table.html.haml b/app/views/admin/products_v3/_table.html.haml index f5f14fad7d..30bcb7e4ad 100644 --- a/app/views/admin/products_v3/_table.html.haml +++ b/app/views/admin/products_v3/_table.html.haml @@ -59,9 +59,9 @@ %td.align-left .line-clamp-1= variant.product.supplier.name # same as product %td.align-left - .line-clamp-1= variant.product.taxons.map(&:name).join(', ') # same as product + -# empty %td.align-left - .line-clamp-1= variant.tax_category&.name + -# empty %td.align-left - .line-clamp-1= variant.product.inherits_properties ? 'YES' : 'NO' # same as product + -# empty