mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Sigh.
This commit is contained in:
parent
3061ce2983
commit
61d07bdc7c
|
@ -467,7 +467,7 @@ class ReportsController extends Controller
|
|||
$row = [ ];
|
||||
|
||||
if (e(Input::get('company')) == '1') {
|
||||
$row[] = is_null($asset->company) ? '' : '"' e($asset->company->name).'"';
|
||||
$row[] = is_null($asset->company) ? '' : '"'.e($asset->company->name).'"';
|
||||
}
|
||||
|
||||
if (e(Input::get('asset_name')) == '1') {
|
||||
|
|
Loading…
Reference in a new issue