ArcheTecklenburg/Invoicing/CollectiveInvoiceCreation.cs - keine Berücksichtigung von SCAP ohne Datum
This commit is contained in:
@@ -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<InvoiceItem> ergebnis = new List<InvoiceItem>();
|
||||
var customer = cb2sc.SupportConcept.Customer;
|
||||
|
||||
Reference in New Issue
Block a user