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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user