Update add_tenant_with_prefix.py
This commit is contained in:
@@ -108,7 +108,7 @@ class CreateTenant(Script):
|
||||
("Контакты", ("contacts_fio", "contacts_phone", "contacts_email")),
|
||||
)
|
||||
|
||||
connection_types = CustomField.objects.get(name="connection_type")
|
||||
connection_types = CustomField.objects.get(name="connection_type_tenant")
|
||||
|
||||
tenant_name = StringVar(label="Имя оператора")
|
||||
tenant_group = ObjectVar(
|
||||
|
||||
Reference in New Issue
Block a user