Fix tooltip

This commit is contained in:
Laurent Destailleur 2022-07-26 12:56:42 +02:00
parent da2641bcb2
commit ea7ef29ca2

View File

@ -1737,9 +1737,10 @@ while ($i < min($num, $limit)) {
$totalarray['nbfield']++; $totalarray['nbfield']++;
} }
} }
// Import key
if (!empty($arrayfields['s.import_key']['checked'])) { if (!empty($arrayfields['s.import_key']['checked'])) {
print '<td class="tdoverflowmax100">'; print '<td class="tdoverflowmax100" title="'.dol_escape_htmltag($obj->import_key).'">';
print $obj->import_key; print dol_escape_htmltag($obj->import_key);
print "</td>\n"; print "</td>\n";
if (!$i) { if (!$i) {
$totalarray['nbfield']++; $totalarray['nbfield']++;