mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
Cleaup for delete supplier part form
This commit is contained in:
@ -1 +1,5 @@
|
||||
Are you sure you want to delete this supplier part?
|
||||
{% extends "modal_delete_form.html" %}
|
||||
|
||||
{% block pre_form_content %}
|
||||
Are you sure you want to delete this supplier part?
|
||||
{% endblock %}
|
@ -109,7 +109,7 @@ InvenTree | {{ company.name }} - Parts
|
||||
});
|
||||
|
||||
$('#delete-part').click(function() {
|
||||
launchDeleteForm(
|
||||
launchModalForm(
|
||||
"{% url 'supplier-part-delete' part.id %}",
|
||||
{
|
||||
redirect: "{% url 'company-index' %}"
|
||||
|
Reference in New Issue
Block a user