Fix: Trad

This commit is contained in:
Laurent Destailleur 2010-10-09 11:40:59 +00:00
parent 624d79b437
commit 3fd78848f2

View File

@ -1055,7 +1055,7 @@ function left_menu($menu_array_before, $helppagename='', $moresearchform='', $me
{ {
$langs->load("companies"); $langs->load("companies");
$searchform.=printSearchForm(DOL_URL_ROOT.'/societe/societe.php', DOL_URL_ROOT.'/societe/societe.php', $searchform.=printSearchForm(DOL_URL_ROOT.'/societe/societe.php', DOL_URL_ROOT.'/societe/societe.php',
img_object('','company').' '.$langs->trans("Companies"), 'soc', 'socname'); img_object('','company').' '.$langs->trans("ThirdParties"), 'soc', 'socname');
} }
if ($conf->societe->enabled && $conf->global->MAIN_SEARCHFORM_CONTACT && $user->rights->societe->lire) if ($conf->societe->enabled && $conf->global->MAIN_SEARCHFORM_CONTACT && $user->rights->societe->lire)