mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +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');
|
||||
}
|
||||
|
||||
onPanelLoad('allocate', function() {
|
||||
|
||||
// Get the list of BOM items required for this build
|
||||
inventreeGet(
|
||||
'{% url "api-bom-list" %}',
|
||||
@ -584,7 +582,6 @@ onPanelLoad('allocate', function() {
|
||||
});
|
||||
|
||||
{% endif %}
|
||||
});
|
||||
|
||||
enableSidebar('buildorder');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user