FIX #4580
This commit is contained in:
parent
b269e997c1
commit
93b1b4c66e
@ -438,10 +438,10 @@ if ($resql)
|
|||||||
// Prospect status
|
// Prospect status
|
||||||
print '<td class="liste_titre" align="center">';
|
print '<td class="liste_titre" align="center">';
|
||||||
$arraystcomm=array();
|
$arraystcomm=array();
|
||||||
foreach($prospectstatic->cacheprospectstatus as $key => $val)
|
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 $form->selectarray('search_stcomm', $arraystcomm, $search_stcomm, -2);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user