2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 05:46:34 +00:00

Refactor BuildOrderCreate form

This commit is contained in:
Oliver
2021-07-09 00:18:03 +10:00
parent 5016d44b83
commit 004b36b1df
7 changed files with 56 additions and 144 deletions

View File

@ -34,9 +34,7 @@
{{ block.super }}
$("#start-build").click(function() {
newBuildOrder({
data: {
part: {{ part.id }},
}
part: {{ part.pk }},
});
});