mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 05:48:47 +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…
x
Reference in New Issue
Block a user