displaying - if ticket is booked offline
This commit is contained in:
parent
4b449dc277
commit
3c27278e30
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ $data = '<!doctype html>
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="td_desc">Kontakt</td>
|
||||
<td>' . $row2["email"] . " / " . $row2["phone"] . '</td>
|
||||
<td>' . (($row2["paypal_token"] != "") ? ($row2["email"] . " / " . $row2["phone"]) : "-") . '</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="td_desc">Vorstellung</td>
|
||||
|
|
Loading…
Reference in a new issue