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

Add 'filtering' for purchase order line item table

This commit is contained in:
Oliver
2021-10-05 16:57:33 +11:00
parent 87f1bd87e7
commit 5e951ef64b
3 changed files with 20 additions and 0 deletions

View File

@ -32,6 +32,9 @@
</button>
{% endif %}
{% endif %}
<div class='filter-list' id='filter-list-purchase-order-lines'>
<!-- An empty div in which the filter list will be constructed-->
</div>
</div>
<table class='table table-striped table-condensed' id='po-line-table' data-toolbar='#order-toolbar-buttons'>