From 86ad393fdf956e8c7a0593fd2f46cf41fbee4fd0 Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Mon, 24 Jun 2024 11:05:53 +0200 Subject: [PATCH] Without Parameter --- BeWo/View/Detail/Accounting/NewGkvAbrechnungPopUpView.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeWo/View/Detail/Accounting/NewGkvAbrechnungPopUpView.xaml.cs b/BeWo/View/Detail/Accounting/NewGkvAbrechnungPopUpView.xaml.cs index c571ddcd0..a081564c1 100644 --- a/BeWo/View/Detail/Accounting/NewGkvAbrechnungPopUpView.xaml.cs +++ b/BeWo/View/Detail/Accounting/NewGkvAbrechnungPopUpView.xaml.cs @@ -277,7 +277,7 @@ namespace BeWo.View.Detail.Accounting FilterStart = new DateTime(FilterEnde.Year, FilterEnde.Month, 1); } - RefreshInvoiceBases(null, (DateTime)e.NewValue); + RefreshInvoiceBases(); } } } \ No newline at end of file