Fixed error on asset creation
This commit is contained in:
parent
a483e9365b
commit
f0e6a5c905
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<!-- Company -->
|
<!-- Company -->
|
||||||
@if (($snipeSettings->full_multiple_companies_support=='1') && (!Auth::user())->isSuperUser())
|
@if (($snipeSettings->full_multiple_companies_support=='1') && (!Auth::user()->isSuperUser()))
|
||||||
<!-- full company support is enabled and this user isn't a superadmin -->
|
<!-- full company support is enabled and this user isn't a superadmin -->
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
{{ Form::label($fieldname, $translated_name, array('class' => 'col-md-3 control-label')) }}
|
{{ Form::label($fieldname, $translated_name, array('class' => 'col-md-3 control-label')) }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue