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)