From 46d70f427ae2d5afa3522e5a87dfcb06fcb751e0 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 30 Jan 2025 16:47:37 +0100 Subject: [PATCH] ConstructionConsent: Only showing Ortschaft when available --- Layout/default/ConstructionConsent/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Layout/default/ConstructionConsent/View.php b/Layout/default/ConstructionConsent/View.php index 921b49b66..2f88f2993 100644 --- a/Layout/default/ConstructionConsent/View.php +++ b/Layout/default/ConstructionConsent/View.php @@ -71,7 +71,7 @@ $pagination_entity_name = "Adressen"; Straße - adb_strasse->ortschaft->name?>, adb_strasse->name?>
+ adb_strasse->ortschaft_id) ? $item->adb_strasse->ortschaft->name.", " : ""?>adb_strasse->name?>
adb_strasse->gemeinde->name?>