Update list.php
This commit is contained in:
parent
8abef71616
commit
96f1c961b7
@ -160,6 +160,9 @@ $fieldstosearchall = array(
|
|||||||
'f.ref_client'=>'RefCustomer',
|
'f.ref_client'=>'RefCustomer',
|
||||||
'pd.description'=>'Description',
|
'pd.description'=>'Description',
|
||||||
's.nom'=>"ThirdParty",
|
's.nom'=>"ThirdParty",
|
||||||
|
's.name_alias'=>"AliasNameShort",
|
||||||
|
's.zip'=>"Zip",
|
||||||
|
's.town'=>"Town",
|
||||||
'f.note_public'=>'NotePublic',
|
'f.note_public'=>'NotePublic',
|
||||||
);
|
);
|
||||||
if (empty($user->socid)) $fieldstosearchall["f.note_private"] = "NotePrivate";
|
if (empty($user->socid)) $fieldstosearchall["f.note_private"] = "NotePrivate";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user