mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +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',
|
||||
title: "Supplier Part",
|
||||
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