From cbdea9f18cbc0c77266e0cbf7aba3fea13167e1a Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 29 Nov 2019 20:37:34 +1100 Subject: [PATCH] Reload page after ordering parts --- InvenTree/part/templates/part/part_base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/InvenTree/part/templates/part/part_base.html b/InvenTree/part/templates/part/part_base.html index 8b11f0ff30..70640027ce 100644 --- a/InvenTree/part/templates/part/part_base.html +++ b/InvenTree/part/templates/part/part_base.html @@ -230,7 +230,8 @@ launchModalForm("{% url 'order-parts' %}", { data: { part: {{ part.id }}, - } + }, + reload: true, }); });