From 37809e2f567f3577a7addec445aa685631d9b4e8 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 4 Dec 2024 14:16:08 +0100 Subject: [PATCH] =?UTF-8?q?Merge=20=C3=9Cberreste=20beseitigt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BeWo/View/Detail/MandatorView.xaml.cs | 5 ----- 1 file changed, 5 deletions(-) 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" };