forked from Wavyzz/dolibarr
Fix trans
This commit is contained in:
@@ -1594,6 +1594,7 @@ class ActionComm extends CommonObject
|
||||
// Set label of type
|
||||
$labeltype = '';
|
||||
if ($this->type_code) {
|
||||
$langs->load("commercial");
|
||||
$labeltype = ($langs->transnoentities("Action".$this->type_code) != "Action".$this->type_code) ? $langs->transnoentities("Action".$this->type_code) : $this->type_label;
|
||||
}
|
||||
if (empty($conf->global->AGENDA_USE_EVENT_TYPE)) {
|
||||
|
||||
Reference in New Issue
Block a user