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)