From 1b8156ac7f0e48b02e1ea8c53b7b4e317f6f81b6 Mon Sep 17 00:00:00 2001 From: Ivan Nieto Vivanco Date: Thu, 29 Jul 2021 13:28:57 -0500 Subject: [PATCH] Add a hidden field to handle departments inside Full Company Support config --- resources/views/departments/edit.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/views/departments/edit.blade.php b/resources/views/departments/edit.blade.php index 739f19f1f..0a2c1a7d4 100644 --- a/resources/views/departments/edit.blade.php +++ b/resources/views/departments/edit.blade.php @@ -12,6 +12,8 @@ @if (\App\Models\Company::canManageUsersCompanies()) @include ('partials.forms.edit.company-select', ['translated_name' => trans('general.company'), 'fieldname' => 'company_id']) + @else + @endif