2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Re-enable the "allocate" stock button

This commit is contained in:
Oliver
2021-10-17 11:34:44 +11:00
parent 6c1dad8d91
commit 90625af39d
2 changed files with 28 additions and 8 deletions

View File

@ -374,7 +374,13 @@ inventreeGet(
{% if build.active and build.has_untracked_bom_items %}
// Load allocation table for un-tracked parts
loadBuildOutputAllocationTable(build_info, null);
loadBuildOutputAllocationTable(
build_info,
null,
{
search: true,
}
);
{% endif %}
}
}