FIX #13027 expensereport status in generated pdf

This commit is contained in:
Laurent Paumier 2020-04-21 23:01:21 +02:00
parent f670a68b04
commit cf05796f31

View File

@ -704,8 +704,8 @@ class ExpenseReport extends CommonObject
// phpcs:enable
global $langs;
$labelStatus = $langs->trans($this->statuts[$status]);
$labelStatusShort = $langs->trans($this->statuts_short[$status]);
$labelStatus = $langs->transnoentities($this->statuts[$status]);
$labelStatusShort = $langs->transnoentities($this->statuts_short[$status]);
$statusType = $this->statuts_logo[$status];