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

Adds a simple endpoint for accessing serial number information for a Part instance

- This is not included by default in the "part detail" endpoint as it must be calculated!
This commit is contained in:
Oliver
2021-11-27 00:11:18 +11:00
parent 8eb5e79070
commit ef7a9b5152
4 changed files with 52 additions and 2 deletions

View File

@ -433,6 +433,7 @@
$("#stock-serialize").click(function() {
serializeStockItem({{ item.pk }}, {
part: {{ item.part.pk }},
reload: true,
data: {
quantity: {{ item.quantity }},