mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
sock table link to stock
This commit is contained in:
parent
57ce82de32
commit
16fafbfb30
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user