From 620161f0e7021cfb7516eb2d6cce4ece69c5fc73 Mon Sep 17 00:00:00 2001 From: Anthony Berton <34568357+bb2a@users.noreply.github.com> Date: Fri, 10 Apr 2020 10:47:34 +0200 Subject: [PATCH] Update list.php --- htdocs/commande/list.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php index 8448da5b022..8ddd175a08a 100644 --- a/htdocs/commande/list.php +++ b/htdocs/commande/list.php @@ -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";