mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-06 12:01:41 +00:00
Fix link for part stock in BOM table
This commit is contained in:
@@ -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/");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user