2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2023-11-20 21:28:43 +01:00
parent bca057afe5
commit 88522b0706

View File

@@ -940,8 +940,8 @@ while ($i < min($num, $limit)) {
// Ref customer // Ref customer
if (!empty($arrayfields['e.ref_customer']['checked'])) { if (!empty($arrayfields['e.ref_customer']['checked'])) {
print "<td>"; print '<td class="tdoverflowmax100" title="'.dol_escape_htmltag($obj->ref_customer).'">';
print $obj->ref_customer; print dol_escape_htmltag($obj->ref_customer);
print "</td>\n"; print "</td>\n";
if (!$i) { if (!$i) {
$totalarray['nbfield']++; $totalarray['nbfield']++;