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

More cleanup

- Allow user filtering for purchase-order table in part view
- Remove some debug strings

(cherry picked from commit ea466c3588)
This commit is contained in:
Oliver Walters
2020-04-13 20:01:19 +10:00
parent 307dd25f87
commit c17c014b33
5 changed files with 7 additions and 16 deletions

View File

@ -25,7 +25,7 @@
{% block js_ready %}
{{ block.super }}
loadPurchaseOrderTable($("#purchase-order-table"), {
loadPurchaseOrderTable("#purchase-order-table", {
url: "{% url 'api-po-list' %}?supplier={{ company.id }}",
});
@ -48,7 +48,4 @@
newOrder();
});
$(".po-table").inventreeTable({
});
{% endblock %}