From e88af13101406aa1ca6e3ea7e81f13e84d31c3f4 Mon Sep 17 00:00:00 2001 From: iouston <4319513+iouston@users.noreply.github.com> Date: Tue, 29 Oct 2019 11:22:15 +0100 Subject: [PATCH] NEW : add name_alias in fields to search all --- htdocs/commande/list.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php index 115bc46813a..37dd5a8d570 100644 --- a/htdocs/commande/list.php +++ b/htdocs/commande/list.php @@ -120,6 +120,7 @@ $fieldstosearchall = array( 'c.ref_client'=>'RefCustomerOrder', 'pd.description'=>'Description', 's.nom'=>"ThirdParty", + 's.name_alias'=>"AliasNameShort", 'c.note_public'=>'NotePublic', ); if (empty($user->socid)) $fieldstosearchall["c.note_private"]="NotePrivate";