mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +00:00
Bug fix for build order panel loading
This commit is contained in:
parent
9f8f900e17
commit
fe8ea5568f
@ -396,8 +396,6 @@ function reloadTable() {
|
|||||||
$('#allocation-table-untracked').bootstrapTable('refresh');
|
$('#allocation-table-untracked').bootstrapTable('refresh');
|
||||||
}
|
}
|
||||||
|
|
||||||
onPanelLoad('allocate', function() {
|
|
||||||
|
|
||||||
// Get the list of BOM items required for this build
|
// Get the list of BOM items required for this build
|
||||||
inventreeGet(
|
inventreeGet(
|
||||||
'{% url "api-bom-list" %}',
|
'{% url "api-bom-list" %}',
|
||||||
@ -584,7 +582,6 @@ onPanelLoad('allocate', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
});
|
|
||||||
|
|
||||||
enableSidebar('buildorder');
|
enableSidebar('buildorder');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user