MH: Haus Dülken Bugfix

This commit is contained in:
2025-10-02 14:40:08 +02:00
parent c9f64a5a68
commit 78967c5ead

View File

@@ -20,7 +20,7 @@ namespace HausDuelken.Invoicing
}
// in der Finanzauswertung funktioniert die getrennte Rechnungsstellung nicht, da sonst nur ASS als Betrag ausgewiesen wurde
if (specificId != null && specificId != "Finanzauswertung")
if (specificId == null || specificId != null && specificId != "Finanzauswertung")
{
foreach (var list in supportConcepts2ServiceRecords.Values)
{