From 6fed912063c9b98020c5df72a2a7bcdbb5371c32 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Thu, 3 Apr 2025 10:16:09 +0200 Subject: [PATCH] MalteserJohanniterJohanneshaus/Datev/DatevExporter.cs - neues Konto besW --- .../Datev/DatevExporter.cs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ReportImp/MalteserJohanniterJohanneshaus/Datev/DatevExporter.cs b/ReportImp/MalteserJohanniterJohanneshaus/Datev/DatevExporter.cs index 2506afaf0..1ff650e43 100644 --- a/ReportImp/MalteserJohanniterJohanneshaus/Datev/DatevExporter.cs +++ b/ReportImp/MalteserJohanniterJohanneshaus/Datev/DatevExporter.cs @@ -110,7 +110,14 @@ c2s.Notice AS 'Kostenstelle' sb.Append(";"); sb.Append(String.Format("{0}", row[1])); //Debitor sb.Append(";"); - sb.Append("8003"); // Erlöskonto + if (typ == "LVR-besW") + { + sb.Append("8000"); // Erlöskonto + } + else + { + sb.Append("8003"); // Erlöskonto + } sb.Append(";"); sb.Append(String.Format("{0:0.00}", row[0])); sb.Append(";");