mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix modal form for creating company
This commit is contained in:
parent
c67dc6f56e
commit
7341fe4542
@ -20,7 +20,7 @@
|
||||
{% block js_ready %}
|
||||
{{ block.super }}
|
||||
$('#new-company').click(function () {
|
||||
launchModalForm('#modal-form',
|
||||
launchModalForm(
|
||||
"{% url 'company-create' %}",
|
||||
{
|
||||
follow: true
|
||||
|
Loading…
Reference in New Issue
Block a user