2
0
forked from Wavyzz/dolibarr

Merge pull request #1900 from ndrosis/patch-5

Correct view greek language in PDF
This commit is contained in:
Laurent Destailleur
2014-09-18 17:25:44 +02:00

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
{