2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +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

@ -37,10 +37,7 @@ $("#po-create").click(function() {
);
});
$("#po-table").inventreeTable({
});
loadPurchaseOrderTable($("#purchase-order-table"), {
loadPurchaseOrderTable("#purchase-order-table", {
url: "{% url 'api-po-list' %}",
});