2
0
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:
Oliver Walters
2021-05-12 10:42:09 +10:00
parent 30ff48d803
commit 3b252b8409
2 changed files with 22 additions and 5 deletions

View File

@@ -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',
]