Fixed error on asset creation

This commit is contained in:
snipe 2018-10-29 14:35:34 -07:00
parent a483e9365b
commit f0e6a5c905

View file

@ -1,5 +1,5 @@
<!-- 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 -->
<div class="form-group">
{{ Form::label($fieldname, $translated_name, array('class' => 'col-md-3 control-label')) }}