mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix filtering for purchaseorder table on supplierpart page
This commit is contained in:
parent
3b3238f762
commit
77fb02ff39
@ -309,7 +309,9 @@ $('#new-price-break').click(function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
loadPurchaseOrderTable($("#purchase-order-table"), {
|
loadPurchaseOrderTable($("#purchase-order-table"), {
|
||||||
url: "{% url 'api-po-list' %}?supplier_part={{ part.id }}",
|
params: {
|
||||||
|
supplier_part: {{ part.id }},
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
loadStockTable($("#stock-table"), {
|
loadStockTable($("#stock-table"), {
|
||||||
|
Loading…
Reference in New Issue
Block a user