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); }