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

fetching supplier part for stock tables

This commit is contained in:
2021-07-04 23:45:04 +02:00
parent 20b0e399c0
commit eaf191dc8d
8 changed files with 10 additions and 0 deletions

View File

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

View File

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