diff --git a/ReportImp/SKMAachen/Invoicing/SettlementInvoiceCreation.cs b/ReportImp/SKMAachen/Invoicing/SettlementInvoiceCreation.cs
new file mode 100644
index 000000000..550eb2e5f
--- /dev/null
+++ b/ReportImp/SKMAachen/Invoicing/SettlementInvoiceCreation.cs
@@ -0,0 +1,18 @@
+using BeWo.Data.Entities;
+using BeWo.Service.Invoicing;
+using BS.Shared.DataContracts;
+using BS.Shared.Services;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+
+namespace SKMAachen
+{
+ public class CustomSettlementInvoiceCreation : SettlementInvoiceCreation
+ {
+ public override bool CanCreateInvoiceTheOldWay(Settlement2DC si, CostBearer2SupportConcept c2s)
+ {
+ return false;
+ }
+ }
+}
diff --git a/ReportImp/SKMAachen/SKMAachen.csproj b/ReportImp/SKMAachen/SKMAachen.csproj
index 6190aac79..551b2ae80 100644
--- a/ReportImp/SKMAachen/SKMAachen.csproj
+++ b/ReportImp/SKMAachen/SKMAachen.csproj
@@ -61,6 +61,7 @@
+
Component