2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

footable working with BOM items

- Event delegation to capture 'edit' button
This commit is contained in:
Oliver
2018-04-26 23:05:35 +10:00
parent 8aa6dbdb04
commit c0902626f4
4 changed files with 7738 additions and 14 deletions

View File

@ -13,6 +13,9 @@
<link rel="stylesheet" href="{% static 'css/inventree.css' %}">
<link rel="stylesheet" href="{% static 'css/select2.css' %}">
{% block css %}
{% endblock %}
{% block head %}
{% endblock %}