diff --git a/BeWo/BeWoApp.xaml.cs b/BeWo/BeWoApp.xaml.cs index aedce1c02..c7e3576ff 100644 --- a/BeWo/BeWoApp.xaml.cs +++ b/BeWo/BeWoApp.xaml.cs @@ -601,6 +601,7 @@ namespace BeWo AppSettings.ShowAIInternal = true; AppSettings.ShowWorktime = true; //AppSettings.AllowGkvAbrechnung = true; + //AppSettings.AllowGkvAbrechnung = false; //showInfoButtonInCalender = true; #endif diff --git a/BeWo/View/Detail/Accounting/GkvAbrechnungOverview.xaml b/BeWo/View/Detail/Accounting/GkvAbrechnungOverview.xaml index 39b3164a2..b53e864fa 100644 --- a/BeWo/View/Detail/Accounting/GkvAbrechnungOverview.xaml +++ b/BeWo/View/Detail/Accounting/GkvAbrechnungOverview.xaml @@ -103,7 +103,7 @@ HorizontalAlignment="Stretch" VerticalAlignment="Stretch" DataSource="{Binding VMList}" - Visibility="Collapsed"> + Visibility="Visible"> @@ -147,12 +147,12 @@ Padding="0" VerticalAlignment="Center" Click="btn_send_Click" - Visibility="{Binding Converter={StaticResource UserRightType2Visible}, ConverterParameter={x:Static shared:UserRightType.Finance_Gkv_Send}}" Content="*" FontFamily="Wingdings" FontSize="11" Foreground="#ffffff" - ToolTip="Senden" /> + ToolTip="Senden" + Visibility="{Binding Converter={StaticResource UserRightType2Visible}, ConverterParameter={x:Static shared:UserRightType.Finance_Gkv_Send}}" />