2
0
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:
2021-05-26 13:05:20 +02:00
parent 421b0a896d
commit 79374c5dfd
6 changed files with 220 additions and 2 deletions

View File

@ -138,7 +138,7 @@
});
$("#import-part").click(function() {
launchModalForm("{% url 'part-import' %}", {});
launchModalForm("{% url 'api-part-import' %}", {});
});
{% endblock %}