FeidPartnerReports/Invoicing/CollectiveInvoiceCreation - Bugfix unbew. HP dürfen nicht in Rg

This commit is contained in:
2026-03-18 14:14:20 +01:00
parent 5e20f7b567
commit cd0284d587

View File

@@ -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
}