2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-14 06:31:27 +00:00

Add build orders to search results list

This commit is contained in:
Oliver Walters
2021-03-03 08:44:13 +11:00
parent 14000517ce
commit 979f543c3f
8 changed files with 19 additions and 9 deletions

View File

@@ -179,9 +179,6 @@ $("#new-build").click(function() {
loadBuildTable($("#build-table"), {
url: "{% url 'api-build-list' %}",
params: {
part_detail: "true",
},
});
$('#multi-build-print').click(function() {