From 829a33b9d353e56e7b21894e0b22179f415828cf Mon Sep 17 00:00:00 2001 From: Alexandra Date: Wed, 16 Apr 2025 17:34:03 +0200 Subject: [PATCH] ArcheTecklenburg/Invoicing/CollectiveInvoiceCreation.cs - Vorratsbew wird an Betrag pauschal statt kein Datum erkannt --- .../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 15bdcf834..5d4a36664 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 && scap.StartDate.HasValue && scap.EndDate.HasValue) + if (scap != null && scap.ServiceCategory != null && scap.ApprovedFixedAmount != 0) { IList ergebnis = new List(); var customer = cb2sc.SupportConcept.Customer;