From e50fdf3272b95d20c149def115b7ae78da84a4c2 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Thu, 10 Apr 2025 13:59:50 +0200 Subject: [PATCH] =?UTF-8?q?ArcheTecklenburg/Invoicing/CollectiveInvoiceCre?= =?UTF-8?q?ation.cs=20-=20keine=20Ber=C3=BCcksichtigung=20von=20SCAP=20ohn?= =?UTF-8?q?e=20Datum?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ArcheTecklenburg/Invoicing/CollectiveInvoiceCreation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/ArcheTecklenburg/Invoicing/CollectiveInvoiceCreation.cs b/ReportImp/ArcheTecklenburg/Invoicing/CollectiveInvoiceCreation.cs index a0d126357..15bdcf834 100644 --- a/ReportImp/ArcheTecklenburg/Invoicing/CollectiveInvoiceCreation.cs +++ b/ReportImp/ArcheTecklenburg/Invoicing/CollectiveInvoiceCreation.cs @@ -126,7 +126,7 @@ namespace ArcheTecklenburg.Invoicing var data = calc.GetFixedBillingData(supportConceptApprovalPeriod, serviceInvoicePeriod.Start, serviceInvoicePeriod.End); var scap = supportConceptApprovalPeriod; - if (scap != null && scap.ServiceCategory != null) + if (scap != null && scap.ServiceCategory != null && scap.StartDate.HasValue && scap.EndDate.HasValue) { IList ergebnis = new List(); var customer = cb2sc.SupportConcept.Customer;