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

Merge pull request #585 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

View File

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