Fix page of payment

This commit is contained in:
Laurent Destailleur 2021-09-16 16:33:51 +02:00
parent 49ef24edcb
commit 253f01edcb

View File

@ -1834,7 +1834,8 @@ if ($source == 'organizedeventregistration') {
// Debitor
print '<tr class="CTableRow2"><td class="CTableRow2">'.$langs->trans("Attendee");
print '</td><td class="CTableRow2"><b>';
print $thirdparty->name;
print $attendee->email;
print ($thirdparty->name ? ' ('.$thirdparty->name.')' : '');
print '</b>';
print '</td></tr>'."\n";