Update list.php

This commit is contained in:
Anthony Berton 2020-04-10 10:38:31 +02:00 committed by GitHub
parent cbbd2399c0
commit a7440687ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,6 +143,8 @@ $fieldstosearchall = array(
'pd.description'=>'Description',
's.nom'=>"ThirdParty",
's.name_alias'=>"AliasNameShort",
's.zip'=>"Zip",
's.town'=>"Town",
'p.note_public'=>'NotePublic',
);
if (empty($user->socid)) $fieldstosearchall["p.note_private"] = "NotePrivate";