Add phone search
This commit is contained in:
parent
5e46813323
commit
5d1e54c6fd
@ -7,6 +7,7 @@
|
|||||||
* Copyright (C) 2013 Cédric Salvador <csalvador@gpcsolutions.fr>
|
* Copyright (C) 2013 Cédric Salvador <csalvador@gpcsolutions.fr>
|
||||||
* Copyright (C) 2013 Alexandre Spangaro <aspangaro.dolibarr@gmail.com>
|
* Copyright (C) 2013 Alexandre Spangaro <aspangaro.dolibarr@gmail.com>
|
||||||
* Copyright (C) 2015 Jean-François Ferry <jfefe@aternatik.fr>
|
* Copyright (C) 2015 Jean-François Ferry <jfefe@aternatik.fr>
|
||||||
|
* Copyright (C) 2018 Nicolas ZABOURI <info@inovea-conseil.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -133,6 +134,7 @@ $fieldstosearchall = array(
|
|||||||
'p.firstname'=>'Firstname',
|
'p.firstname'=>'Firstname',
|
||||||
'p.email'=>'EMail',
|
'p.email'=>'EMail',
|
||||||
's.nom'=>"ThirdParty",
|
's.nom'=>"ThirdParty",
|
||||||
|
'p.phone'=>"Phone",
|
||||||
);
|
);
|
||||||
|
|
||||||
// Definition of fields for list
|
// Definition of fields for list
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user