2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-13 06:01:35 +00:00

Improve table formatting when no allocation items found

This commit is contained in:
Oliver Walters
2019-05-01 18:54:54 +10:00
parent 7c11d917de
commit ad1d75c259
3 changed files with 7 additions and 1 deletions

View File

@@ -36,6 +36,7 @@
loadAllocationTable(
$("#allocate-table-id-{{ bom_item.sub_part.id }}"),
"{{ bom_item.sub_part.name }}",
"{% url 'api-build-item-list' %}?build={{ build.id }}&part={{ bom_item.sub_part.id }}",
$("#new-item-{{ bom_item.sub_part.id }}")
);