diff --git a/apps/wpm/serializers.py b/apps/wpm/serializers.py index 6b44f082..d725e500 100644 --- a/apps/wpm/serializers.py +++ b/apps/wpm/serializers.py @@ -207,7 +207,7 @@ class HandoverSerializer(CustomModelSerializer): send_user_name = serializers.CharField( source='send_user.name', read_only=True) recive_user_name = serializers.CharField( - source='send_user.name', read_only=True) + source='recive_user.name', read_only=True) material_ = MaterialSimpleSerializer(source='material', read_only=True) class Meta: