Update expensereport.class.php

This commit is contained in:
Laurent Destailleur 2020-04-22 00:36:46 +02:00 committed by GitHub
parent cf05796f31
commit e8ead1d924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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