mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
Fixed #18653 - “select company” to “company” in user edit 🙄
This commit is contained in:
@@ -330,7 +330,7 @@
|
||||
|
||||
<!-- Company -->
|
||||
@if ((Gate::allows('canEditAuthFields', $user)) && (\App\Models\Company::canManageUsersCompanies()))
|
||||
@include ('partials.forms.edit.company-select', ['translated_name' => trans('general.select_company'), 'fieldname' => 'company_id'])
|
||||
@include ('partials.forms.edit.company-select', ['translated_name' => trans('general.company'), 'fieldname' => 'company_id'])
|
||||
@else
|
||||
@if ($user->company)
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user