show internal note in the view of an address

This commit is contained in:
2024-10-10 10:13:24 +02:00
parent 8fdab0a1bf
commit 883912a46f

View File

@@ -74,9 +74,12 @@
<th>Email</th>
<td><?=$address->email?></td>
</tr><tr>
<th>Geburtsdatum</th>
<td><?=($address->birthdate) ? (new DateTime($address->birthdate))->format("d.m.Y") : ""?></td>
</tr><tr>
<th>Geburtsdatum</th>
<td><?=($address->birthdate) ? (new DateTime($address->birthdate))->format("d.m.Y") : ""?></td>
</tr><tr>
<th>Interne Notiz</th>
<td><?=nl2br($address->note)?></td>
</tr><tr>
<th></th>
<td></td>
</tr><tr>