mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed error on asset creation
This commit is contained in:
parent
a483e9365b
commit
f0e6a5c905
|
@ -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…
Reference in a new issue