2
0
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:
Oliver 2022-03-09 13:58:48 +11:00
parent 9f8f900e17
commit fe8ea5568f

View File

@ -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');