From ef90431fcb802ae93c349b7ec542db2961310850 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Tue, 23 Sep 2025 17:23:13 +0200 Subject: [PATCH] =?UTF-8?q?LebenshilfeRemscheid/Export/DatevExporter=20-?= =?UTF-8?q?=20Bugfix=20aus=20SchwesterDB,=20f=C3=BCr=20Einzelexport=20der?= =?UTF-8?q?=20Rechnungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReportImp/LebenshilfeRemscheid/Export/DatevExporter.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ReportImp/LebenshilfeRemscheid/Export/DatevExporter.cs b/ReportImp/LebenshilfeRemscheid/Export/DatevExporter.cs index 596159b6f..a03f895ec 100644 --- a/ReportImp/LebenshilfeRemscheid/Export/DatevExporter.cs +++ b/ReportImp/LebenshilfeRemscheid/Export/DatevExporter.cs @@ -98,6 +98,7 @@ namespace LebenshilfeRemscheid.Export sb.Append(";"); sb.Append(String.Format("{0}", row[4])); //Belegfeld 2 sb.Append(";;"); + //sb.Append(String.Format("{0:MM}/{0:yyyy} {1}, {2}", lastDate, row[3], row[4])); // Buchungstext sb.Append(String.Format("{0:MM}/{0:yyyy} {1}", lastDate, row[3])); // Buchungstext sb.Append(";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"); } @@ -113,7 +114,7 @@ namespace LebenshilfeRemscheid.Export { var pdf = new FileAttachmentDC(); - var invoiceOid = row[4].ToString(); + var invoiceOid = row[5].ToString(); if (!String.IsNullOrEmpty(invoiceOid)) { var oid = long.Parse(invoiceOid);