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:
@ -433,6 +433,7 @@
|
||||
$("#stock-serialize").click(function() {
|
||||
|
||||
serializeStockItem({{ item.pk }}, {
|
||||
part: {{ item.part.pk }},
|
||||
reload: true,
|
||||
data: {
|
||||
quantity: {{ item.quantity }},
|
||||
|
Reference in New Issue
Block a user