From e74de18b2b69e2833a6898f85eeb782bd58b6f45 Mon Sep 17 00:00:00 2001 From: Kojo Date: Thu, 10 Apr 2025 18:58:35 +0200 Subject: [PATCH] =?UTF-8?q?DiakonischesWerkWesel:=20Jetzt=20wirklich=20nur?= =?UTF-8?q?=20noch=20SR2=20Spitzabrechnung=20(komisches=20IgnoreAutoPlugin?= =?UTF-8?q?=20h=C3=A4tte=20das=20bisher=20verhindert)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Invoicing/SettlementInvoiceCreation.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ReportImp/DiakonischesWerkWesel/Invoicing/SettlementInvoiceCreation.cs b/ReportImp/DiakonischesWerkWesel/Invoicing/SettlementInvoiceCreation.cs index ce995fc14..a3328a0f6 100644 --- a/ReportImp/DiakonischesWerkWesel/Invoicing/SettlementInvoiceCreation.cs +++ b/ReportImp/DiakonischesWerkWesel/Invoicing/SettlementInvoiceCreation.cs @@ -1,11 +1,9 @@ using BeWo.Data.Entities; using BeWo.Service.Invoicing; -using BeWo.Service.Plugins; using BS.Shared.DataContracts; namespace DiakonischesWerkWesel { - [IgnoreAutoPlugin] public class CustomSettlementInvoiceCreation : SettlementInvoiceCreation { public override bool CanCreateInvoiceTheOldWay(Settlement2DC si, CostBearer2SupportConcept c2s)