Skip to content
Snippets Groups Projects
Commit 54a4570b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

FIX #4580

parent 110c5b53
No related branches found
No related tags found
No related merge requests found
......@@ -747,7 +747,7 @@ if ($resql)
$arraystcomm=array();
foreach($prospectstatic->cacheprospectstatus as $key => $val)
{
$arraystcomm[$val['id']]=$val['label'];
$arraystcomm[$val['id']]=($langs->trans("StatusProspect".$val['id']) != "StatusProspect".$val['id'] ? $langs->trans("StatusProspect".$val['id']) : $val['label']);
}
print $form->selectarray('search_stcomm', $arraystcomm, $search_stcomm, -2);
print '</td>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment