REPP: Remove fax from contact object

This commit is contained in:
Karl Erik Õunapuu 2021-03-23 10:29:15 +02:00
parent 2a3040fb09
commit 265e135cd0
No known key found for this signature in database
GPG key ID: C9DD647298A34764

View file

@ -10,7 +10,7 @@ module Serializers
def to_json(obj = contact)
json = { id: obj.code, name: obj.name, ident: ident,
email: obj.email, phone: obj.phone, fax: obj.fax,
email: obj.email, phone: obj.phone,
auth_info: obj.auth_info, statuses: obj.statuses,
disclosed_attributes: obj.disclosed_attributes }