mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Fixed field name on checkin form
This commit is contained in:
parent
c9d285cf47
commit
66a5050143
|
@ -65,7 +65,7 @@
|
|||
<!-- Status -->
|
||||
<div class="form-group {{ $errors->has('status_id') ? 'error' : '' }}">
|
||||
<div class="col-md-3">
|
||||
{{ Form::label('name', trans('admin/hardware/form.name')) }}
|
||||
{{ Form::label('name', trans('admin/hardware/form.status')) }}
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
{{ Form::select('status_id', $statusLabel_list, '', array('class'=>'select2', 'style'=>'width:350px','id' =>'modal-statuslabel_types')) }}
|
||||
|
|
Loading…
Reference in a new issue