From fa099cf84568186e94198d16dc42d24926ee8f18 Mon Sep 17 00:00:00 2001 From: gerryraab Date: Mon, 11 May 2020 16:25:18 +0200 Subject: [PATCH] =?UTF-8?q?Aufforderung=20Notfallkontakt=20nur=20f=C3=BCr?= =?UTF-8?q?=20MA=20anzeigen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/private/profile/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/private/profile/index.php b/cis/private/profile/index.php index 3117aec55..5b3a645da 100644 --- a/cis/private/profile/index.php +++ b/cis/private/profile/index.php @@ -465,7 +465,7 @@ if (!$ansicht) } */ } - if (!$has_notfallkontakt) + if (!$has_notfallkontakt && $type == 'mitarbeiter') echo ''.$p->t('profil/notfallkontakt').''.$p->t('profil/notfallkontaktBekanntgeben').''; echo '';