mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +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 js_ready %}
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
$('#new-company').click(function () {
|
$('#new-company').click(function () {
|
||||||
launchModalForm('#modal-form',
|
launchModalForm(
|
||||||
"{% url 'company-create' %}",
|
"{% url 'company-create' %}",
|
||||||
{
|
{
|
||||||
follow: true
|
follow: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user