mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 20:32:12 +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