2
0
forked from Wavyzz/dolibarr

Fix duplicate tooltip

This commit is contained in:
Laurent Destailleur
2020-03-26 20:05:17 +01:00
parent 2f94db6ffe
commit a02e3e1e61

View File

@@ -1591,9 +1591,9 @@ class ExtraFields
if ($type == 'date') $out.=' (YYYY-MM-DD)';
elseif ($type == 'datetime') $out.=' (YYYY-MM-DD HH:MM:SS)';
*/
if (! empty($help) && $keyprefix != 'search_options_') {
/*if (! empty($help) && $keyprefix != 'search_options_') {
$out .= $form->textwithpicto('', $help, 1, 'help', '', 0, 3);
}
}*/
return $out;
}