From fc169cf87c1785cb3c3d13e647de50654ae41c9f Mon Sep 17 00:00:00 2001 From: Kojo Date: Thu, 10 Apr 2025 18:57:39 +0200 Subject: [PATCH] DiakonischesWerkDinslakenBeWo: Jetzt wirklich nur noch SR2 Spitzabrechnung (komisches IgnoreAutoPlugin hat das verhindert) --- .../Invoicing/SettlementInvoiceCreation.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ReportImp/DiakonischesWerkDinslakenBeWo/Invoicing/SettlementInvoiceCreation.cs b/ReportImp/DiakonischesWerkDinslakenBeWo/Invoicing/SettlementInvoiceCreation.cs index 6d7c08bf5..4a0e1a18d 100644 --- a/ReportImp/DiakonischesWerkDinslakenBeWo/Invoicing/SettlementInvoiceCreation.cs +++ b/ReportImp/DiakonischesWerkDinslakenBeWo/Invoicing/SettlementInvoiceCreation.cs @@ -1,11 +1,9 @@ using BeWo.Data.Entities; using BeWo.Service.Invoicing; -using BeWo.Service.Plugins; using BS.Shared.DataContracts; namespace DiakonischesWerkDinslakenBeWo { - [IgnoreAutoPlugin] public class CustomSettlementInvoiceCreation : SettlementInvoiceCreation { public override bool CanCreateInvoiceTheOldWay(Settlement2DC si, CostBearer2SupportConcept c2s)