FIX 13.0 - due to a typo in the 'mode' parameter, the "first name" column of the list of members displays the full name

This commit is contained in:
atm-florian 2021-10-18 12:12:38 +02:00
parent 5221c9e38f
commit c016a20aac

View File

@ -961,7 +961,7 @@ while ($i < min($num, $limit)) {
// Firstname
if (!empty($arrayfields['d.firstname']['checked'])) {
print '<td class="tdoverflowmax150" title="'.dol_escape_htmltag($obj->firstname).'">';
print $memberstatic->getNomUrl(0, 0, 'card', 'fistname');
print $memberstatic->getNomUrl(0, 0, 'card', 'firstname');
//print $obj->firstname;
print "</td>\n";
if (!$i) {