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(); - //} } }