mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 11:10:54 +00:00
JS linting fixes
This commit is contained in:
@ -543,7 +543,7 @@ class StockList(generics.ListCreateAPIView):
|
||||
item.pk = None
|
||||
item.serial = serial
|
||||
|
||||
item.save()
|
||||
item.save(user=user)
|
||||
|
||||
response_data = {
|
||||
'quantity': quantity,
|
||||
|
Reference in New Issue
Block a user