Update list.php

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

View File

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