Skip to content
Snippets Groups Projects
Commit f15e83e9 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Merge pull request #3937 from marcosgdf/bug-3877

FIX #3877 HTML encoded strings when searching for a supplier invoice
parents 509b45a0 ba42a777
No related branches found
No related tags found
No related merge requests found
......@@ -273,7 +273,7 @@ if ($resql)
if ($search_all)
{
foreach($fieldstosearchall as $key => $val) $fieldstosearchall[$key]=$langs->trans($val);
print $langs->trans("FilterOnInto", $search_all, join(', ',$fieldstosearchall));
print $langs->transnoentities("FilterOnInto", $search_all, join(', ',$fieldstosearchall));
}
print '<table class="liste" width="100%">';
......
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