Remove useless var

This commit is contained in:
Laurent Destailleur 2019-04-22 14:54:37 +02:00
parent 9e91826dea
commit 1ec8c259eb

View File

@ -851,7 +851,6 @@ class Cronjob extends CommonObject
if (! empty($conf->dol_no_mouse_hover)) $notooltip=1; // Force disable tooltips
$result = '';
$companylink = '';
$label = '<u>' . $langs->trans("CronJob") . '</u>';
$label.= '<br>';