From 1bb712276c47a279930129cf2a32045fc888b925 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Tue, 9 Apr 2019 11:33:34 +0200 Subject: [PATCH] properly display line-breaks in customer address fields + STRINGDECODE \n --- .../entities/customer/customer-detail.component.html | 4 ++-- .../entities/customer/customer-update.component.html | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/main/webapp/app/entities/customer/customer-detail.component.html b/src/main/webapp/app/entities/customer/customer-detail.component.html index 3a74ce9e..c8b4fb84 100644 --- a/src/main/webapp/app/entities/customer/customer-detail.component.html +++ b/src/main/webapp/app/entities/customer/customer-detail.component.html @@ -51,7 +51,7 @@
Contractual Address
- {{customer.contractualAddress}} +
Billing Salutation
@@ -59,7 +59,7 @@
Billing Address
- {{customer.billingAddress}} +
Remark
diff --git a/src/main/webapp/app/entities/customer/customer-update.component.html b/src/main/webapp/app/entities/customer/customer-update.component.html index 0a498111..0a234117 100644 --- a/src/main/webapp/app/entities/customer/customer-update.component.html +++ b/src/main/webapp/app/entities/customer/customer-update.component.html @@ -159,9 +159,10 @@
- - + +
@@ -186,8 +187,8 @@
- +