diff --git a/ReportImp/SKFLeverkusen/Export/DatevExporter.cs b/ReportImp/SKFLeverkusen/Export/DatevExporter.cs index 2ac50131d..334c9c764 100644 --- a/ReportImp/SKFLeverkusen/Export/DatevExporter.cs +++ b/ReportImp/SKFLeverkusen/Export/DatevExporter.cs @@ -81,7 +81,8 @@ ib.InvoiceId lastDate = lastDate.AddMonths(1).AddDays(-1); sb.Append(String.Format("{0:dd.MM.yyyy}", lastDate)); sb.Append(";"); - sb.Append(String.Format("{0:MM} '. {0:yyyy}", lastDate)); + sb.Append(String.Format("{0}", row[3])); + //sb.Append(String.Format("{0:MM} '. {0:yyyy}", lastDate)); sb.Append(";"); sb.Append(String.Format("{0}", row[1]));