mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 13:06:45 +00:00
Disable multi-level BOM requests
This commit is contained in:
parent
722e947745
commit
c12191d3ed
@ -778,6 +778,11 @@ function loadBomTable(table, options={}) {
|
|||||||
// This function may be called recursively for multi-level BOMs
|
// This function may be called recursively for multi-level BOMs
|
||||||
function requestSubItems(bom_pk, part_pk) {
|
function requestSubItems(bom_pk, part_pk) {
|
||||||
|
|
||||||
|
// TODO: 2022-02-03 Currently, multi-level BOMs are not actually displayed.
|
||||||
|
|
||||||
|
// Re-enable this function once multi-level display has been re-deployed
|
||||||
|
return;
|
||||||
|
|
||||||
inventreeGet(
|
inventreeGet(
|
||||||
options.bom_url,
|
options.bom_url,
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user