diff --git a/InvenTree/InvenTree/static/script/inventree/company.js b/InvenTree/InvenTree/static/script/inventree/company.js index 86974630ef..d5c37ce363 100644 --- a/InvenTree/InvenTree/static/script/inventree/company.js +++ b/InvenTree/InvenTree/static/script/inventree/company.js @@ -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}/`); } }, {