fix contacts
This commit is contained in:
@@ -194,7 +194,6 @@ class CreateTenant(Script):
|
||||
)
|
||||
if data.get("contacts_fio"):
|
||||
contact = Contact(
|
||||
tenant=tenant,
|
||||
fio=data["contacts_fio"],
|
||||
phone=data["contacts_phone"],
|
||||
email=data["contacts_email"],
|
||||
|
||||
Reference in New Issue
Block a user