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

Order parts from "supplier parts" page

- Prevent duplicate parts from loading
This commit is contained in:
Oliver Walters
2022-05-03 16:52:23 +10:00
parent c0163a476f
commit 28f3244574
3 changed files with 41 additions and 35 deletions

View File

@ -546,14 +546,6 @@ $('#allocate-selected-items').click(function() {
);
});
$("#btn-order-parts").click(function() {
launchModalForm("/order/purchase-order/order-parts/", {
data: {
build: {{ build.id }},
},
});
});
{% endif %}
enableSidebar('buildorder');