Fix contact create with predefined code

This commit is contained in:
Karl Erik Õunapuu 2020-10-26 17:09:12 +02:00
parent 7fd31b7004
commit 8bc064a0b8
No known key found for this signature in database
GPG key ID: C9DD647298A34764
3 changed files with 3 additions and 2 deletions

View file

@ -14,6 +14,7 @@ module Deserializers
email: if_present('email'),
fax: if_present('fax'),
phone: if_present('voice'),
id: if_present('id'),
# Address fields
city: if_present('postalInfo addr city'),