mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-13 06:01:35 +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