diff --git a/Layout/default/Address/View.php b/Layout/default/Address/View.php
index 5267d3877..58e854665 100644
--- a/Layout/default/Address/View.php
+++ b/Layout/default/Address/View.php
@@ -74,9 +74,12 @@
Email |
=$address->email?> |
- | Geburtsdatum |
- =($address->birthdate) ? (new DateTime($address->birthdate))->format("d.m.Y") : ""?> |
-
+ | Geburtsdatum |
+ =($address->birthdate) ? (new DateTime($address->birthdate))->format("d.m.Y") : ""?> |
+
+ | Interne Notiz |
+ =nl2br($address->note)?> |
+
|
|