diff --git a/InvenTree/company/templates/company/index.html b/InvenTree/company/templates/company/index.html index 4fa19e9eb6..6b2dad3c81 100644 --- a/InvenTree/company/templates/company/index.html +++ b/InvenTree/company/templates/company/index.html @@ -53,7 +53,7 @@ title: 'Company', sortable: true, formatter: function(value, row, index, field) { - return renderLink(value, row.url); + return imageHoverIcon(row.image) + renderLink(value, row.url); } }, {