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>";
|
||||
}
|
||||
|
||||
return renderLink(text, row.sub_part.url + "stock/");
|
||||
return renderLink(text, row.sub_part_detail.url + "stock/");
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue