add new field

This commit is contained in:
behruz-dev
2025-10-29 17:20:39 +05:00
parent 8184b13d9f
commit be9e415dcd

View File

@@ -94,7 +94,7 @@ class ExpenceListSerializer(serializers.ModelSerializer):
fields = [
'id', 'cash_transaction', 'payment_type', 'project_folder', 'project', 'expence_type',
'counterparty', 'price', 'exchange_rate', 'currency', 'date', 'comment', 'audit', 'file',
'user', 'expence_chats',
'user', 'expence_chats', 'created_at'
]
def get_user(self, obj):