Browse Source

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

Laurent Destailleur 9 years ago
parent
commit
4382724b86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/adherents/list.php

+ 1 - 1
htdocs/adherents/list.php

@@ -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",