2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Detail in StockItem API now optional

This commit is contained in:
Oliver Walters
2019-05-23 22:57:45 +10:00
parent 9052ccc181
commit 5664fc5472
6 changed files with 42 additions and 9 deletions

View File

@ -17,6 +17,8 @@
url: "{% url 'api-stock-list' %}",
params: {
supplier: {{ company.id }},
part_detail: true,
location_detail: true,
},
buttons: [
'#stock-options',