mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-14 15:41:10 +00:00
Display supplier logo in part suppliers list
- Also add a background colour for popup image in case of transparent image file
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
field: 'supplier_name',
|
||||
title: 'Supplier',
|
||||
formatter: function(value, row, index, field) {
|
||||
return renderLink(value, '/company/' + row.supplier + '/');
|
||||
return imageHoverIcon(row.supplier_logo) + renderLink(value, '/company/' + row.supplier + '/');
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user