Merge branch 'feature/address-show-internal-note' into 'master'

show internal note in the view of an address

See merge request fronk/thetool!657
This commit is contained in:
Luca Haid
2024-10-10 08:13:44 +00:00

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>