3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-06 07:55:41 +00:00

Fixes #3092 - user location not being exported correctly

This commit is contained in:
snipe
2016-12-22 15:53:34 -08:00
parent 323c3807fa
commit 2fe984013b
4 changed files with 4 additions and 3 deletions

View File

@ -1250,7 +1250,7 @@ class UsersController extends Controller
$user->username,
$user->email,
($user->manager) ? $user->manager->fullName() : '',
($user->location) ? $user->location->name : '',
($user->userloc) ? $user->userloc->name : '',
$user->assets->count(),
$user->licenses->count(),
$user->accessories->count(),