mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Commented out erroneous fixme
This commit is contained in:
parent
12caa48390
commit
ecd21074fb
|
@ -1121,14 +1121,7 @@ class Asset extends Depreciable
|
||||||
$query->where('locations.id', '=', $search);
|
$query->where('locations.id', '=', $search);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
// FIXME: This needs porting to checkout to non-user.
|
|
||||||
// ->orWhere(function ($query) use ($search) {
|
|
||||||
// $query->whereHas('assigneduser', function ($query) use ($search) {
|
|
||||||
// $query->whereHas('userloc', function ($query) use ($search) {
|
|
||||||
// $query->where('locations.id', '=', $search);
|
|
||||||
// });
|
|
||||||
// });
|
|
||||||
// });
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue