Correct view greek language in PDF

This commit is contained in:
Drosis Nikos 2014-09-17 18:01:59 +03:00
parent f185028707
commit de6e1c5036

View File

@ -1220,7 +1220,7 @@ function dol_print_reduction($reduction,$langs)
$string = '';
if ($reduction == 100)
{
$string = $langs->trans("Offered");
$string = $langs->transnoentities("Offered");
}
else
{