add: add chat for income and expence
This commit is contained in:
@@ -19,7 +19,7 @@ class IncomeListSerializer(serializers.ModelSerializer):
|
||||
fields = [
|
||||
'id', 'cash_transaction', 'payment_type', 'project_folder', 'project',
|
||||
'counterparty', 'type_income', 'currency', 'price', 'exchange_rate', 'date',
|
||||
'comment', 'file', 'audit', 'user'
|
||||
'comment', 'file', 'audit', 'user', 'income_chat'
|
||||
]
|
||||
|
||||
def get_cash_transaction(self, obj):
|
||||
|
||||
Reference in New Issue
Block a user