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";