From dc03c3877e6ff8244305cff4ac636a4cc1b2f0f5 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Thu, 1 Feb 2024 10:35:45 +0100 Subject: [PATCH] =?UTF-8?q?Alloheim/Invoicing/CustomInvoiceFactory.cs=20-?= =?UTF-8?q?=20Kommentar=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReportImp/Alloheim/Invoicing/CustomInvoiceFactory.cs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ReportImp/Alloheim/Invoicing/CustomInvoiceFactory.cs b/ReportImp/Alloheim/Invoicing/CustomInvoiceFactory.cs index b3b934f3c..40c7d357f 100644 --- a/ReportImp/Alloheim/Invoicing/CustomInvoiceFactory.cs +++ b/ReportImp/Alloheim/Invoicing/CustomInvoiceFactory.cs @@ -35,12 +35,5 @@ namespace Alloheim.Invoicing } return null; } - - // das war inhaltlich daneben, die wollten zwar je eine Rechnung pro Leistungskategorie, aber es ging um Assistenz und FLS -> alles ganz klassisch - - // public override InvoiceCreation CreateInvoiceCreator(string specificId, string tenant, Dictionary> supportConcepts2ServiceRecords) - //{ - // return new CustomInvoiceCreation(); - //} } }