From 747642fcddbec7cda7bf77fab1b8a0543e79f82f Mon Sep 17 00:00:00 2001 From: Alexandra Date: Tue, 9 Sep 2025 13:42:13 +0200 Subject: [PATCH] CaritasverbandOstvest/Export/DiamantExporter - Nachtrag Bugfix --- ReportImp/CaritasverbandOstvest/Export/DiamantExporter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/CaritasverbandOstvest/Export/DiamantExporter.cs b/ReportImp/CaritasverbandOstvest/Export/DiamantExporter.cs index f910318a9..1cf7e1621 100644 --- a/ReportImp/CaritasverbandOstvest/Export/DiamantExporter.cs +++ b/ReportImp/CaritasverbandOstvest/Export/DiamantExporter.cs @@ -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); }