diff --git a/InvenTree/static/script/inventree/bom.js b/InvenTree/static/script/inventree/bom.js index 7d7fe6ab28..fd7f2ebd9d 100644 --- a/InvenTree/static/script/inventree/bom.js +++ b/InvenTree/static/script/inventree/bom.js @@ -135,7 +135,7 @@ function loadBomTable(table, options) { text = "" + value + ""; } - return renderLink(text, row.sub_part.url + "stock/"); + return renderLink(text, row.sub_part_detail.url + "stock/"); } } );