Fixes #3754 - incorrect language translation location for supplier
This commit is contained in:
parent
346156bae1
commit
7c6143bbb8
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
||||||
<!-- Supplier -->
|
<!-- Supplier -->
|
||||||
<div class="form-group {{ $errors->has('supplier_id') ? ' has-error' : '' }}">
|
<div class="form-group {{ $errors->has('supplier_id') ? ' has-error' : '' }}">
|
||||||
<label for="supplier_id" class="col-md-2 control-label">
|
<label for="supplier_id" class="col-md-2 control-label">
|
||||||
{{ trans('admin/hardware/form.supplier') }}
|
{{ trans('general.supplier') }}
|
||||||
</label>
|
</label>
|
||||||
<div class="col-md-7">
|
<div class="col-md-7">
|
||||||
{{ Form::select('supplier_id', $supplier_list , Input::old('supplier_id'), array('class'=>'select2', 'style'=>'min-width:350px')) }}
|
{{ Form::select('supplier_id', $supplier_list , Input::old('supplier_id'), array('class'=>'select2', 'style'=>'min-width:350px')) }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue