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;