CaritasverbandOstvest/Export/DiamantExporter - Nachtrag Bugfix

This commit is contained in:
2025-09-09 13:42:13 +02:00
parent 599bcdac76
commit 747642fcdd

View File

@@ -71,7 +71,7 @@ namespace CaritasverbandOstvest.Export
fullQuery.FileName = String.Format("005F{0:yyyyMM}.er2", date);
fullQuery.QueryResult = GetAbrechnungenString(date, dtRg, dtEr);
fullQuery.Attachments = GetAbrechnungsBeleg(date, dtRg, dtEr);
fullQuery.Title = "Diamant Buchhaltungs Export";
fullQuery.Title = "Diamant Buchungs Export";
fullQuery.Parameter = q.Parameter;
CreateBuchungsExportProtokollEintrag(fullQuery);
}