Skip to content
Snippets Groups Projects
Commit 4382724b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge branch '3.9' of git@github.com:Dolibarr/dolibarr.git into 3.9

parents 9b47d7e0 970d0885
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ $extrafields = new ExtraFields($db); ...@@ -81,7 +81,7 @@ $extrafields = new ExtraFields($db);
// List of fields to search into when doing a "search in all" // List of fields to search into when doing a "search in all"
$fieldstosearchall = array( $fieldstosearchall = array(
'd.rowid'=>'Ref', 'd.rowid'=>'Ref',
//'d.ref'=>'Ref', 'd.login'=>'Login',
'd.lastname'=>'Lastname', 'd.lastname'=>'Lastname',
'd.firstname'=>'Firstname', 'd.firstname'=>'Firstname',
'd.societe'=>"Company", 'd.societe'=>"Company",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment