From 51665371c192fff3d5dc074e74212a1b5147f6a0 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Wed, 29 Jul 2026 17:33:53 +0200 Subject: [PATCH] SKFLeverkusen/Invoicing/CustomInvoiceFactory.cs - CustomInvoiceCreation entfernt, da nicht genutzt SupportOID=169285 --- ReportImp/SKFLeverkusen/Invoicing/CustomInvoiceFactory.cs | 2 +- ReportImp/SKFLeverkusen/SKFLeverkusen.csproj | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ReportImp/SKFLeverkusen/Invoicing/CustomInvoiceFactory.cs b/ReportImp/SKFLeverkusen/Invoicing/CustomInvoiceFactory.cs index 80e187e6c..9c96a73c9 100644 --- a/ReportImp/SKFLeverkusen/Invoicing/CustomInvoiceFactory.cs +++ b/ReportImp/SKFLeverkusen/Invoicing/CustomInvoiceFactory.cs @@ -24,7 +24,7 @@ namespace SKFLeverkusen.Invoicing } } - return new CustomInvoiceCreation(); + return new InvoiceCreation(); // AB, 29.07.2026: hab die alte Anpassung rausgenommen, da die überhaupt nicht genutzt wird und die Finanzauswertung gestört hat } } } diff --git a/ReportImp/SKFLeverkusen/SKFLeverkusen.csproj b/ReportImp/SKFLeverkusen/SKFLeverkusen.csproj index f6992d9e2..4bd5ab608 100644 --- a/ReportImp/SKFLeverkusen/SKFLeverkusen.csproj +++ b/ReportImp/SKFLeverkusen/SKFLeverkusen.csproj @@ -62,7 +62,6 @@ ABWAufnahmeanzeigeLVR.cs -