From 10b12c85260835c1557acd7e33a432d7ab319a0d Mon Sep 17 00:00:00 2001 From: developer Date: Thu, 2 Apr 2026 12:35:46 +0800 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B5=D0=BB=D0=B5=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80=20=D0=BF=D0=BE=D0=BC=D0=B5=D1=89=D0=B5=D0=BD=D0=B8=D0=B9?= =?UTF-8?q?=20=D0=B8=D0=B7=20=D0=B0=D0=BF=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Modules/Main/Models/Company/CompanyType.php | 2 +- app/Modules/Plan7/Views/livewire/selector.blade.php | 2 +- lang/ru.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/Modules/Main/Models/Company/CompanyType.php b/app/Modules/Main/Models/Company/CompanyType.php index f8b1d6e..f77d253 100644 --- a/app/Modules/Main/Models/Company/CompanyType.php +++ b/app/Modules/Main/Models/Company/CompanyType.php @@ -3,6 +3,6 @@ enum CompanyType: string { case Agency = "AGENCY"; - // case SelfEmployer = "SELFEMP"; + case SelfEmployer = "SELFEMP"; case SoleProperty = "SOLEPROP"; } \ No newline at end of file diff --git a/app/Modules/Plan7/Views/livewire/selector.blade.php b/app/Modules/Plan7/Views/livewire/selector.blade.php index 28d0610..473d771 100644 --- a/app/Modules/Plan7/Views/livewire/selector.blade.php +++ b/app/Modules/Plan7/Views/livewire/selector.blade.php @@ -66,7 +66,7 @@ class="img-fluid rounded-start" alt="..."> @endif @if(!$room)
-
+
diff --git a/lang/ru.json b/lang/ru.json index 0876b50..d8ff7a5 100644 --- a/lang/ru.json +++ b/lang/ru.json @@ -29,6 +29,7 @@ "Legal address": "Юридический адрес", "Phone": "Номер телефона", "Email": "Электронная почта", + "Selfemp name": "ФИО полностью", "SelfEmployer name": "ФИО полностью", "SoleProperty name": "ФИО полностью", "contract status new": "Новый",