adds location select to the create new user vice asset checkout

This commit is contained in:
Godfrey M 2024-04-30 11:54:33 -07:00
parent 19cff25300
commit 75aa01791a
2 changed files with 4 additions and 1 deletions

View file

@ -12,7 +12,7 @@ return [
|
*/
'enabled' => null,
'enabled' => true,
/*
|--------------------------------------------------------------------------

View file

@ -39,6 +39,9 @@
<div class="dynamic-form-row">
@include ('partials.forms.edit.company-select', ['translated_name' => trans('general.company'), 'fieldname' => 'company_id'])
</div>
<div class="dynamic-form-row">
@include ('partials.forms.edit.location-profile-select', ['translated_name' => trans('general.location'), 'fieldname' => 'location_id'])
</div>
<div class="dynamic-form-row">
<div class="col-md-3 col-xs-12"><label for="modal-first_name">{{ trans('general.first_name') }}:</label></div>