mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Aufforderung Notfallkontakt nur für MA anzeigen
This commit is contained in:
@@ -465,7 +465,7 @@ if (!$ansicht)
|
||||
}
|
||||
*/
|
||||
}
|
||||
if (!$has_notfallkontakt)
|
||||
if (!$has_notfallkontakt && $type == 'mitarbeiter')
|
||||
echo '<tr><td>'.$p->t('profil/notfallkontakt').'</td><td colspan="3">'.$p->t('profil/notfallkontaktBekanntgeben').'</td></tr>';
|
||||
|
||||
echo '</table>';
|
||||
|
||||
Reference in New Issue
Block a user