show bank accounts of stakeholders - vw
This commit is contained in:
@@ -82,7 +82,7 @@ class StakeHoldersSerializer(ModelSerializer):
|
||||
representation = super().to_representation(instance)
|
||||
|
||||
representation['bank_account'] = BankAccountSerializer(
|
||||
instance.organization.bank_information.all()
|
||||
instance.organization.bank_information.all().first()
|
||||
).data
|
||||
|
||||
return representation
|
||||
|
||||
Reference in New Issue
Block a user