diff --git a/BeWo/DebugConfig.cs b/BeWo/DebugConfig.cs
index a0e6d53c1..904ee51c2 100644
--- a/BeWo/DebugConfig.cs
+++ b/BeWo/DebugConfig.cs
@@ -21,7 +21,7 @@ namespace BeWo
{
#if DEBUG
- return _CurrentConfig ?? (_CurrentConfig = FeatureWohnhilfe);
+ return _CurrentConfig ?? (_CurrentConfig = SimpleAutoLogin);
#endif
diff --git a/BeWo/View/Controls/Wohnhilfe/CustomerWohnhilfeControl.xaml b/BeWo/View/Controls/Wohnhilfe/CustomerWohnhilfeControl.xaml
index 304e50148..8a2cc4d4f 100644
--- a/BeWo/View/Controls/Wohnhilfe/CustomerWohnhilfeControl.xaml
+++ b/BeWo/View/Controls/Wohnhilfe/CustomerWohnhilfeControl.xaml
@@ -35,7 +35,7 @@
-
+
+
@@ -412,35 +413,42 @@
ItemsSource="{Binding AufenthaltsstatusTypes}"
SelectedValue="{Binding Aufenthaltsstatus}" />
-
+
+
+
+
-
+
-
+