This commit is contained in:
oscar alvarez 2022-06-02 20:53:55 -05:00
parent ab709e8449
commit 58fb2ed7eb
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ class FolioGuest(ModelSQL, ModelView):
to_write.append({'type': 'email', 'value': email})
if to_write:
Party.write(
[parties],
parties,
{'contact_mechanisms': [('create', to_write)]}
)