From 7341fe4542618b6db8ff697d5edcfea2ad542c9c Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 12 Apr 2019 21:09:31 +1000 Subject: [PATCH] Fix modal form for creating company --- InvenTree/company/templates/company/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/company/templates/company/index.html b/InvenTree/company/templates/company/index.html index e8698dc5e1..90490bf7ad 100644 --- a/InvenTree/company/templates/company/index.html +++ b/InvenTree/company/templates/company/index.html @@ -20,7 +20,7 @@ {% block js_ready %} {{ block.super }} $('#new-company').click(function () { - launchModalForm('#modal-form', + launchModalForm( "{% url 'company-create' %}", { follow: true