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

Fix filter on contract not visible

parent 8a8aaf61
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ if ($resql)
if ($sall)
{
foreach($fieldstosearchall as $key => $val) $fieldstosearchall[$key]=$langs->trans($val);
print $langs->trans("FilterOnInto", $all) . join(', ',$fieldstosearchall);
print $langs->trans("FilterOnInto", $sall) . join(', ',$fieldstosearchall);
}
// If the user can view prospects other than his'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment