From 109e644dad203f5d17738e5f3f905e966e48ca22 Mon Sep 17 00:00:00 2001 From: gitark Date: Wed, 1 Oct 2025 16:17:24 +0300 Subject: [PATCH] Update add_tenant_with_prefix.py --- add_tenant_with_prefix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_tenant_with_prefix.py b/add_tenant_with_prefix.py index 73124f6..5d4b14b 100644 --- a/add_tenant_with_prefix.py +++ b/add_tenant_with_prefix.py @@ -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(