2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

Add "destination" field to BuildOrder

This commit is contained in:
Oliver Walters
2020-10-20 21:01:51 +11:00
parent 28460b3023
commit ac79e131bc
7 changed files with 54 additions and 9 deletions

View File

@ -43,7 +43,7 @@ InvenTree | {% trans "Build Orders" %}
launchModalForm(
"{% url 'build-create' %}",
{
follow: true
follow: true,
}
);
});