displaying - if ticket is booked offline

This commit is contained in:
Alec Höfler 2022-05-05 12:51:24 +02:00
parent 4b449dc277
commit 3c27278e30
No known key found for this signature in database
GPG key ID: BE83D6C1099F2835

View file

@ -130,7 +130,7 @@ $data = '<!doctype html>
</tr>
<tr>
<td class="td_desc">Kontakt</td>
<td>' . $row2["email"] . "&nbsp;/ &nbsp;" . $row2["phone"] . '</td>
<td>' . (($row2["paypal_token"] != "") ? ($row2["email"] . "&nbsp;/ &nbsp;" . $row2["phone"]) : "-") . '</td>
</tr>
<tr>
<td class="td_desc">Vorstellung</td>