2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 13:56:30 +00:00

Remove broken URLs

This commit is contained in:
Oliver
2021-06-29 21:25:20 +10:00
parent 170ed37d03
commit 6156fffd1d
7 changed files with 0 additions and 8 deletions

View File

@ -51,7 +51,6 @@
field: 'manufacturer',
label: '{% trans "New Manufacturer" %}',
title: '{% trans "Create new manufacturer" %}',
// url: "{% url 'manufacturer-create' %}",
}
]
});

View File

@ -49,13 +49,11 @@
field: 'supplier',
label: '{% trans "New Supplier" %}',
title: '{% trans "Create new supplier" %}',
// url: "{% url 'supplier-create' %}"
},
{
field: 'manufacturer',
label: '{% trans "New Manufacturer" %}',
title: '{% trans "Create new manufacturer" %}',
// url: "{% url 'manufacturer-create' %}",
}
]
});