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:
@ -43,7 +43,7 @@ InvenTree | {% trans "Build Orders" %}
|
||||
launchModalForm(
|
||||
"{% url 'build-create' %}",
|
||||
{
|
||||
follow: true
|
||||
follow: true,
|
||||
}
|
||||
);
|
||||
});
|
||||
|
Reference in New Issue
Block a user