fix: fix swagger error

This commit is contained in:
behruz-dev
2025-09-11 14:33:00 +05:00
parent d66cbf31cc
commit 5a70c44b89
3 changed files with 4 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ class ExpenceListSerializer(serializers.ModelSerializer):
model = Expence
fields = [
'id', 'cash_transaction', 'payment_type', 'project_folder', 'project', 'expence_type',
'counterparty', 'price', 'exchange_rate', 'currency', 'date', 'comment', 'audit', 'file'
'counterparty', 'price', 'exchange_rate', 'currency', 'date', 'comment', 'audit', 'file',
'user'
]