finance, orders and counterparty: fix all bugs

This commit is contained in:
behruz-dev
2025-11-11 16:26:07 +05:00
parent 25898a7864
commit db8218de21
3 changed files with 4 additions and 5 deletions

View File

@@ -253,7 +253,7 @@ class DeletedPartyListSerializer(serializers.ModelSerializer):
return {
"id": obj.user.id,
"full_name": obj.user.full_name,
"profile_image": obj.user.profile_image,
"profile_image": obj.user.profile_image.url or None,
} if obj.user else {}
def get_mediator(self, obj):