2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00

Reload page after ordering parts

This commit is contained in:
Oliver Walters 2019-11-29 20:37:34 +11:00
parent 4b599b7cdb
commit cbdea9f18c

View File

@ -230,7 +230,8 @@
launchModalForm("{% url 'order-parts' %}", {
data: {
part: {{ part.id }},
}
},
reload: true,
});
});