From cd0284d58759e7d7650816f32cc5040bb7a8274e Mon Sep 17 00:00:00 2001 From: Alexandra Date: Wed, 18 Mar 2026 14:14:20 +0100 Subject: [PATCH] =?UTF-8?q?FeidPartnerReports/Invoicing/CollectiveInvoiceC?= =?UTF-8?q?reation=20-=20Bugfix=20unbew.=20HP=20d=C3=BCrfen=20nicht=20in?= =?UTF-8?q?=20Rg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FeidPartnerReports/Invoicing/CollectiveInvoiceCreation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/FeidPartnerReports/Invoicing/CollectiveInvoiceCreation.cs b/ReportImp/FeidPartnerReports/Invoicing/CollectiveInvoiceCreation.cs index 668c059a9..6eda8fddf 100644 --- a/ReportImp/FeidPartnerReports/Invoicing/CollectiveInvoiceCreation.cs +++ b/ReportImp/FeidPartnerReports/Invoicing/CollectiveInvoiceCreation.cs @@ -73,7 +73,7 @@ namespace FeidPartnerReports.Invoicing { newDict.Add(sc2sr.Key, sc2sr.Value); } - else + else if (unbewilligte) { newDict.Add(sc2sr.Key, sc2sr.Value); // Rechnungsvorschau für Unbewilligte Hilfepläne in Berichten }