mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-11 12:01:23 +01:00
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