2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

Revert "fetching supplier part for stock tables"

This reverts commit eaf191dc8d.
This commit is contained in:
2021-07-06 21:20:27 +02:00
parent 9ed2338162
commit 98c52c06ac
8 changed files with 0 additions and 10 deletions

View File

@ -31,7 +31,6 @@ loadStockTable($("#stock-table"), {
params: {
location_detail: true,
part_detail: false,
supplier_part_detail: true,
ancestor: {{ item.id }},
},
name: 'item-childs',

View File

@ -265,7 +265,6 @@
{% endif %}
part_detail: true,
location_detail: true,
supplier_part_detail: true,
},
url: "{% url 'api-stock-list' %}",
});