2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Merge remote-tracking branch 'inventree/master'

This commit is contained in:
Oliver Walters
2019-05-09 00:53:20 +10:00

View File

@ -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);
}
},
{