From f0e6a5c9050180f4cbab88a687239c57289a9bb4 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 29 Oct 2018 14:35:34 -0700 Subject: [PATCH] Fixed error on asset creation --- resources/views/partials/forms/edit/company-select.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/forms/edit/company-select.blade.php b/resources/views/partials/forms/edit/company-select.blade.php index 70c75960a..1c5d24a5b 100644 --- a/resources/views/partials/forms/edit/company-select.blade.php +++ b/resources/views/partials/forms/edit/company-select.blade.php @@ -1,5 +1,5 @@ -@if (($snipeSettings->full_multiple_companies_support=='1') && (!Auth::user())->isSuperUser()) +@if (($snipeSettings->full_multiple_companies_support=='1') && (!Auth::user()->isSuperUser()))
{{ Form::label($fieldname, $translated_name, array('class' => 'col-md-3 control-label')) }}