mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #2729 from SchrodingersGat/build-allocation-load-speed
Bug fix for build order panel loading
This commit is contained in:
commit
927e206e14
@ -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