mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-19 18:05:54 +00:00
Record the user when updating stock items
This commit is contained in:
@@ -366,10 +366,7 @@ class StockTrackingSerializer(InvenTreeModelSerializer):
|
||||
'date',
|
||||
'deltas',
|
||||
'label',
|
||||
'link',
|
||||
'notes',
|
||||
'quantity',
|
||||
'title',
|
||||
'tracking_type',
|
||||
'user',
|
||||
'user_detail',
|
||||
@@ -378,8 +375,6 @@ class StockTrackingSerializer(InvenTreeModelSerializer):
|
||||
read_only_fields = [
|
||||
'date',
|
||||
'user',
|
||||
'system',
|
||||
'quantity',
|
||||
'label',
|
||||
'tracking_type',
|
||||
]
|
||||
|
Reference in New Issue
Block a user