mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 13:35:40 +00:00
Bug fix in supplier-part table rendering
This commit is contained in:
@ -148,7 +148,7 @@ function loadSupplierPartTable(table, url, options) {
|
|||||||
field: 'SKU',
|
field: 'SKU',
|
||||||
title: "Supplier Part",
|
title: "Supplier Part",
|
||||||
formatter: function(value, row, index, field) {
|
formatter: function(value, row, index, field) {
|
||||||
return renderLink(value, row.url);
|
return renderLink(value, `/supplier-part/${row.pk}/`);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user