2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Prevent double loading of stock.js

This commit is contained in:
Oliver Walters
2019-05-14 23:47:15 +10:00
parent 2e5b3bfdf9
commit f979edef8e
5 changed files with 1 additions and 4 deletions

View File

@ -69,7 +69,6 @@
{% block js_load %}
{{ block.super }}
<script type='text/javascript' src="{% static 'script/inventree/stock.js' %}"></script>
{% endblock %}
{% block js_ready %}
{{ block.super }}