mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix link for part stock in BOM table
This commit is contained in:
parent
74c8b6768d
commit
7447561f77
@ -135,7 +135,7 @@ function loadBomTable(table, options) {
|
|||||||
text = "<span class='label label-warning'>" + value + "</span>";
|
text = "<span class='label label-warning'>" + value + "</span>";
|
||||||
}
|
}
|
||||||
|
|
||||||
return renderLink(text, row.sub_part.url + "stock/");
|
return renderLink(text, row.sub_part_detail.url + "stock/");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user