From 6513fa55da9cef1995e927a2794e8f82587cdcde Mon Sep 17 00:00:00 2001 From: Kojo Date: Mon, 22 Jan 2024 18:31:51 +0100 Subject: [PATCH] =?UTF-8?q?SpektrumReports:=20nicht=20ben=C3=B6tigte=20Dat?= =?UTF-8?q?ei=20(Kopie)=20entsorgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SelbstzahlerInvoiceCreation - Kopieren.cs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 ReportImp/SpektrumReports/Invoicing/SelbstzahlerInvoiceCreation - Kopieren.cs diff --git a/ReportImp/SpektrumReports/Invoicing/SelbstzahlerInvoiceCreation - Kopieren.cs b/ReportImp/SpektrumReports/Invoicing/SelbstzahlerInvoiceCreation - Kopieren.cs deleted file mode 100644 index 35e3ae4ce..000000000 --- a/ReportImp/SpektrumReports/Invoicing/SelbstzahlerInvoiceCreation - Kopieren.cs +++ /dev/null @@ -1,17 +0,0 @@ -using BeWo.Data.Entities; -using BeWo.Service.Invoicing; - -namespace SpektrumReports.Invoicing -{ - - public class SelbstzahlerInvoiceCreation : InvoiceCreation - { - public override void SetInvoiceId(ServiceInvoice invoice) - { - invoice.InvoiceBase.InvoiceId = "Selbstzahler"; - } - - - - } -}