From 95ae308721afdfef83d0985d8e6289d86d681e68 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Fri, 12 Jun 2026 12:20:02 +0200 Subject: [PATCH] MalteserJohanniterJohanneshaus/Invoicing/CollectiveInvoiceTSHCreation - nur erste Minisachen SupportOID=165133 --- .../Invoicing/CollectiveInvoiceTSHCreation.cs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ReportImp/MalteserJohanniterJohanneshaus/Invoicing/CollectiveInvoiceTSHCreation.cs b/ReportImp/MalteserJohanniterJohanneshaus/Invoicing/CollectiveInvoiceTSHCreation.cs index 2a7bdc76f..65b5abfd6 100644 --- a/ReportImp/MalteserJohanniterJohanneshaus/Invoicing/CollectiveInvoiceTSHCreation.cs +++ b/ReportImp/MalteserJohanniterJohanneshaus/Invoicing/CollectiveInvoiceTSHCreation.cs @@ -28,16 +28,14 @@ namespace MalteserJohanniterJohanneshaus.Invoicing invoice.InvoiceBase.InvoiceTypeText = "RgTSH"; } - // die haben 2 Standorte f�r TSH, die �ber Kostenstellen unter Notiz im Hilfeplan identifiziert werden - // Es werden grunds�tzlich volle Tagess�tze aus der Verwaltung abgerechnet + // die haben 2 Standorte für TSH, die über Kostenstellen unter Notiz im Hilfeplan identifiziert werden + // Es werden grundsätzlich volle Tagessätze aus der Verwaltung abgerechnet // alle Abwesenheitstage werden nur mit 75 % berechnet - public override List GenerateServiceInvoices(long costBearerOid, - DateTimeSpan invoicePeriod, + public override List GenerateServiceInvoices(long costBearerOid, DateTimeSpan invoicePeriod, Dictionary> supportConcepts2ServiceRecords) { var costBearer = DAOFactory.GenericDAO.LoadByID(costBearerOid); var invoiceList = new List(); - bool isLvr = costBearer.Organisation.Name != null && costBearer.Organisation.Name.Contains("LVR"); if (isLvr)