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": "Новый",