Skip to content

Commit

Permalink
added contact_centralservices_id to contact serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
rivoduck committed Oct 19, 2016
1 parent a8a9351 commit 7f75dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contacts/serializers_contact.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ def update(self, instance, validated_data):
class Meta:
model = Contact
fields = ('id', 'contact_username', 'contact_first_name', 'contact_last_name', 'contact_email', 'contact_email_secondary',
'contact_phone', 'contact_phone_secondary', 'contact_notes', 'role')
'contact_phone', 'contact_phone_secondary', 'contact_notes', 'role', 'contact_centralservices_id')

0 comments on commit 7f75dbe

Please sign in to comment.