ArcheTecklenburg/Invoicing/CollectiveInvoiceCreation.cs - Vorratsbew wird an Betrag pauschal statt kein Datum erkannt

This commit is contained in:
2025-04-16 17:34:03 +02:00
parent 33fa3955cc
commit 829a33b9d3

View File

@@ -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<InvoiceItem> ergebnis = new List<InvoiceItem>();
var customer = cb2sc.SupportConcept.Customer;