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

Merge pull request #1900 from ndrosis/patch-5

Correct view greek language in PDF
parents b16b1c2c de6e1c50
No related branches found
No related tags found
No related merge requests found
...@@ -1220,7 +1220,7 @@ function dol_print_reduction($reduction,$langs) ...@@ -1220,7 +1220,7 @@ function dol_print_reduction($reduction,$langs)
$string = ''; $string = '';
if ($reduction == 100) if ($reduction == 100)
{ {
$string = $langs->trans("Offered"); $string = $langs->transnoentities("Offered");
} }
else else
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment