diff --git a/BeWo/Converter/TooltipTextConverter.cs b/BeWo/Converter/TooltipTextConverter.cs index f38cde2fe..d8ff1d8f1 100644 --- a/BeWo/Converter/TooltipTextConverter.cs +++ b/BeWo/Converter/TooltipTextConverter.cs @@ -1,4 +1,5 @@ using BeWo.ViewModel; +using BeWo.ViewModel.Light; using System; using System.Collections.Generic; using System.Globalization; @@ -18,7 +19,7 @@ namespace BeWo.Converter return val_bool ? null : parameter; } - if (value is GkvAbrechnungVM gkv) + if (value is GkvAbrechnungLightVM gkv) { if (parameter is string s) { @@ -29,7 +30,7 @@ namespace BeWo.Converter } } - if (value is InvoiceBaseVM invoice) + if (value is InvoiceBaseLightVM invoice) { return invoice.IsGkvValidError; } diff --git a/BeWo/View/Detail/Administration/SoziotherapieSettingsView.xaml b/BeWo/View/Detail/Administration/SoziotherapieSettingsView.xaml index 3d54d5a81..716cb6fe6 100644 --- a/BeWo/View/Detail/Administration/SoziotherapieSettingsView.xaml +++ b/BeWo/View/Detail/Administration/SoziotherapieSettingsView.xaml @@ -98,7 +98,7 @@ Grid.Row="0" Grid.Column="1" Margin="3" - SelectedColor="{Binding ColorWaitTooLong, Mode=TwoWay}" /> + SelectedColor="{Binding ColorSendUrbelege, Mode=TwoWay}" />