From 52cc5f188501265eb9c1de9770a9e2b2fc71c85a Mon Sep 17 00:00:00 2001 From: Kojo Date: Wed, 14 May 2025 18:56:44 +0200 Subject: [PATCH] =?UTF-8?q?BeWoFuerDich:=20SoziotherapieInvoiceCreation=20?= =?UTF-8?q?korrigiert=20(hat=20keine=20GPos-Nr.=20f=C3=BCr=20aufsuchende?= =?UTF-8?q?=20Einheiten=20geliefert)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Invoicing/CustomSoziotherapieInvoiceCreation.cs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ReportImp/BeWoFuerDich/Invoicing/CustomSoziotherapieInvoiceCreation.cs b/ReportImp/BeWoFuerDich/Invoicing/CustomSoziotherapieInvoiceCreation.cs index f725c1290..6292d533f 100644 --- a/ReportImp/BeWoFuerDich/Invoicing/CustomSoziotherapieInvoiceCreation.cs +++ b/ReportImp/BeWoFuerDich/Invoicing/CustomSoziotherapieInvoiceCreation.cs @@ -1,7 +1,5 @@ -using BeWo.Data.Entities; -using BeWo.Service.Invoicing; +using BeWo.Service.Invoicing; using BS.Shared.DataContracts; -using BS.Shared.Services; namespace BeWoFuerDich.Invoicing { @@ -24,7 +22,7 @@ namespace BeWoFuerDich.Invoicing } else { - if (sozioLeistung.Contains("probatorik")) + if (sozioLeistung.Contains("probe")) unitDescription = "GPos: 2001607"; else if (sozioLeistung.Contains("video")) { @@ -33,14 +31,14 @@ namespace BeWoFuerDich.Invoicing else if (duration > 30) unitDescription = "GPos: 2001615"; } - else if (sozioLeistung.Contains("telefonat")) + else if (sozioLeistung.Contains("telefon")) { if (duration <= 30) unitDescription = "GPos: 2001618"; else if (duration > 30) unitDescription = "GPos: 2001617"; } - else if (sozioLeistung.Contains("einheit")) // Aufsuchende oder Büro-Einheit + else if (sozioLeistung.Contains("aufsuchend") || sozioLeistung.Contains("einrichtung")) // Aufsuchende oder Büro-Einheit { if (duration <= 10) unitDescription = "GPos: 2001613";