From 15cd93a7735b0ca471f3e22257bf6a1835570dc8 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 9 May 2019 00:49:19 +1000 Subject: [PATCH] Display company thumb in company index --- InvenTree/company/templates/company/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }, {