Fix missing set add_cms

This commit is contained in:
oscar alvarez 2023-08-22 16:19:19 -05:00
parent 1b34cab601
commit 12e262b63e
1 changed files with 2 additions and 0 deletions

View File

@ -1935,7 +1935,9 @@ class UpdateHolder(Wizard):
cms_add = {}
if _party.mobile:
cms_add['mobile'] = _party.mobile
if _party.phone:
cms_add['phone'] = _party.phone
if _party.email:
cms_add['email'] = _party.email
if party.contact_mechanisms:
for cm in party.contact_mechanisms: