Skip to content
Snippets Groups Projects
Commit 970d0885 authored by Juanjo Menent's avatar Juanjo Menent Committed by GitHub
Browse files

Merge pull request #5494 from EuskalMoneta/bug-5493

FIX #5493 The login field is ignored when doing a "search in all" for members
parents 25d99695 8a303fd4
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ $extrafields = new ExtraFields($db);
// List of fields to search into when doing a "search in all"
$fieldstosearchall = array(
'd.rowid'=>'Ref',
//'d.ref'=>'Ref',
'd.login'=>'Login',
'd.lastname'=>'Lastname',
'd.firstname'=>'Firstname',
'd.societe'=>"Company",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment