Update list.php

This commit is contained in:
Anthony Berton 2020-04-08 08:56:10 +02:00 committed by GitHub
parent 1adee36314
commit da1b8f8c44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,12 @@ $fieldstosearchall = array(
'p.firstname'=>'Firstname',
'p.email'=>'EMail',
's.nom'=>"ThirdParty",
'p.zip'=>"Zip",
'p.town'=>"Town",
'p.phone'=>"Phone",
'p.phone_perso'=>"PhonePerso",
'p.phone_mobile'=>"PhoneMobile",
'p.fax'=>"Fax",
'p.note_public'=>"NotePublic",
'p.note_private'=>"NotePrivate",
);