mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
Fix modal form for creating company
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
{% block js_ready %}
|
||||
{{ block.super }}
|
||||
$('#new-company').click(function () {
|
||||
launchModalForm('#modal-form',
|
||||
launchModalForm(
|
||||
"{% url 'company-create' %}",
|
||||
{
|
||||
follow: true
|
||||
|
Reference in New Issue
Block a user