mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
Merge branch 'develop'
This commit is contained in:
commit
47c7061af5
|
@ -914,7 +914,7 @@ class Asset extends Depreciable
|
|||
}
|
||||
|
||||
|
||||
$query->orWhere($fieldname, 'LIKE', '%' . $search_val . '%');
|
||||
$query->orWhere('assets.'.$fieldname, 'LIKE', '%' . $search_val . '%');
|
||||
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue