sock table link to stock

This commit is contained in:
Matthias 2021-07-03 02:05:37 +02:00
parent 57ce82de32
commit 16fafbfb30

View File

@ -693,7 +693,7 @@ function loadStockTable(table, options) {
return '-';
}
var link = `/supplier-part/${row.supplier_part}/`;
var link = `/supplier-part/${row.supplier_part}/stock/`;
var text = `${row.supplier_part_detail.SKU}`;
return renderLink(text, link);