2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-22 04:36:30 +00:00

Merge pull request from SchrodingersGat/tweaks

Reload page after ordering parts
This commit is contained in:
Oliver
2019-12-05 14:28:34 +11:00
committed by GitHub

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