From 3a1f6e568c10b63cb8d8fa44b6e3021ff0dae58b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 31 Aug 2005 22:21:58 +0000 Subject: [PATCH] La recherche raccourci sur les prospect regarde aussi dans le label et descirption de la societe --- htdocs/comm/prospect/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/comm/prospect/index.php b/htdocs/comm/prospect/index.php index abb27e587fb..e4932adf06c 100644 --- a/htdocs/comm/prospect/index.php +++ b/htdocs/comm/prospect/index.php @@ -73,7 +73,9 @@ if ($conf->propal->enabled) print '
'; print ''.$langs->trans("SearchAProposal").''; print ''; - print $langs->trans("Ref").':'; + print $langs->trans("Ref").':'; + print ''.$langs->trans("Other").':'; + print ''; print "

\n"; }