diff --git a/app/views/admin/products_v3/_table.html.haml b/app/views/admin/products_v3/_table.html.haml index bab5f02c74..779f9c5275 100644 --- a/app/views/admin/products_v3/_table.html.haml +++ b/app/views/admin/products_v3/_table.html.haml @@ -39,7 +39,7 @@ %td.align-left .line-clamp-1= product.supplier.name %td.align-left - .line-clamp-1= product.taxons.map(&:name).join(', ') + .line-clamp-1= product.primary_taxon.name %td.align-left %td.align-left .line-clamp-1= product.inherits_properties ? 'YES' : 'NO' #TODO: consider using https://github.com/RST-J/human_attribute_values, else use I18n.t (also below)