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

Simple search filtering for part list

- Needs to be 'generecised'
- Working well for now
This commit is contained in:
Oliver
2018-04-24 09:06:30 +10:00
parent 08ed128bea
commit 25fcd3e9f1
5 changed files with 99 additions and 19 deletions

View File

@ -25,6 +25,7 @@
</a>
</div>
<script type="text/javascript" src="{% static 'script/delay.js' %}"></script>
<script type="text/javascript" src="{% static 'script/filter_company.js' %}">
</script>