2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +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' %}", {
data: {
part: {{ part.id }},
}
},
reload: true,
});
});