enhance mo tooltip
This commit is contained in:
parent
69582c65f9
commit
aa44514065
@ -706,9 +706,9 @@ class Entrepot extends CommonObject
|
||||
if (isset($this->statut)) {
|
||||
$datas['picto'] .= ' '.$this->getLibStatut(5);
|
||||
}
|
||||
$datas['ref'] .= '<br><b>'.$langs->trans('Ref').':</b> '.(empty($this->ref) ? $this->label : $this->ref);
|
||||
$datas['ref'] = '<br><b>'.$langs->trans('Ref').':</b> '.(empty($this->ref) ? $this->label : $this->ref);
|
||||
if (!empty($this->lieu)) {
|
||||
$datas['locationsummary'] .= '<br><b>'.$langs->trans('LocationSummary').':</b> '.$this->lieu;
|
||||
$datas['locationsummary'] = '<br><b>'.$langs->trans('LocationSummary').':</b> '.$this->lieu;
|
||||
}
|
||||
|
||||
return $datas;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user