Update dolibarr.php

This commit is contained in:
Laurent Destailleur 2021-09-09 05:11:31 +02:00 committed by GitHub
parent b13fc30a0a
commit ea9a07fb3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -505,7 +505,7 @@ if ($resql) {
$obj = $db->fetch_object($resql);
print '<tr class="oddeven">';
print '<td class="tdoverflowmax600">'.$obj->name.'</td>'."\n";
print '<td class="tdoverflowmax600" title="'dol_escape_htmltag($obj->name).'">'.dol_escape_htmltag($obj->name).'</td>'."\n";
print '<td class="tdoverflowmax300">';
if (isASecretKey($obj->name)) {
if (empty($dolibarr_main_prod)) {