Bug fix in supplier-part table rendering

This commit is contained in:
Oliver Walters 2020-04-28 09:05:06 +10:00
parent 5727e27ae6
commit abbd0bb16a

View File

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