From 2a1e16553ef3a554510043217fd0c876ab073ddb Mon Sep 17 00:00:00 2001 From: Alexandra Date: Fri, 19 Sep 2025 13:20:24 +0200 Subject: [PATCH] =?UTF-8?q?DatevExporterBthg=20-=20Kostenstelle=20Handgeld?= =?UTF-8?q?=20auf=20300=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReportImp/PerspektivenEV/Export/DatevExporterBthg.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ReportImp/PerspektivenEV/Export/DatevExporterBthg.cs b/ReportImp/PerspektivenEV/Export/DatevExporterBthg.cs index 3be62675a..ca77532a2 100644 --- a/ReportImp/PerspektivenEV/Export/DatevExporterBthg.cs +++ b/ReportImp/PerspektivenEV/Export/DatevExporterBthg.cs @@ -507,14 +507,12 @@ namespace PerspektivenEV.Export || itemDesc.Contains("TS HTK Stb") || itemDesc.Contains("TS Stb") || itemDesc.Contains("Tagesstätte Steinbach") || itemDesc.Contains("TS HTK Kö") || itemDesc.Contains("TS Kö") || itemDesc.Contains("Tagesstätte Königsstein")) return "200"; - else if (itemDesc.ToLower().Contains("pfk")) + else if (itemDesc.ToLower().Contains("pfk") || itemDesc.Contains("Handgeld")) return "300"; else if (itemDesc.Contains("Traumberatung As")) return "360"; else if (itemDesc.Contains("Traumberatung PnT")) return "361"; - if (itemDesc.Contains("Handgeld")) // implementieren 150,158,200,201 - return "150"; else return "999"; }