forked from Wavyzz/dolibarr
Merge pull request #1900 from ndrosis/patch-5
Correct view greek language in PDF
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user