mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
ajax implementation for part import
This commit is contained in:
@ -138,7 +138,7 @@
|
||||
});
|
||||
|
||||
$("#import-part").click(function() {
|
||||
launchModalForm("{% url 'part-import' %}", {});
|
||||
launchModalForm("{% url 'api-part-import' %}", {});
|
||||
});
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user