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

Updates to build forms / etc

This commit is contained in:
Oliver Walters
2020-10-20 22:37:21 +11:00
parent 2df0f03a9a
commit 2e4613e702
4 changed files with 63 additions and 14 deletions

View File

@ -29,14 +29,11 @@
{% block js_ready %}
{{ block.super }}
$("#start-build").click(function() {
launchModalForm(
"{% url 'build-create' %}",
{
follow: true,
data: {
part: {{ part.id }}
}
});
newBuildOrder({
data: {
part: {{ part.id }},
}
});
});
loadBuildTable($("#build-table"), {