diff --git a/BeWo/View/Detail/MandatorView.xaml.cs b/BeWo/View/Detail/MandatorView.xaml.cs index 948931377..d3c9b25c8 100644 --- a/BeWo/View/Detail/MandatorView.xaml.cs +++ b/BeWo/View/Detail/MandatorView.xaml.cs @@ -48,11 +48,6 @@ namespace BeWo.View.Detail { SetArbeitszeiterfassungControlsEnabled(); } - if (!BeWoApp.AppSettings.AllowGkvAbrechnung) - { - groupBoxSozio.Visibility = Visibility.Collapsed; - } - ComboZeiteinheit.ItemsSource = new List { "Minuten", "Stunden", "Stunden und Minuten" };