Update expensereport.class.php
This commit is contained in:
parent
cf05796f31
commit
e8ead1d924
@ -704,8 +704,8 @@ class ExpenseReport extends CommonObject
|
|||||||
// phpcs:enable
|
// phpcs:enable
|
||||||
global $langs;
|
global $langs;
|
||||||
|
|
||||||
$labelStatus = $langs->transnoentities($this->statuts[$status]);
|
$labelStatus = $langs->transnoentitiesnoconv($this->statuts[$status]);
|
||||||
$labelStatusShort = $langs->transnoentities($this->statuts_short[$status]);
|
$labelStatusShort = $langs->transnoentitiesnoconv($this->statuts_short[$status]);
|
||||||
|
|
||||||
$statusType = $this->statuts_logo[$status];
|
$statusType = $this->statuts_logo[$status];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user