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";