Bugfix Vga Statistik

This commit is contained in:
2026-07-20 14:39:53 +02:00
parent 57d418d4c5
commit 65880dcd23

View File

@@ -67,6 +67,10 @@ namespace BeWo.Service.Reporting.Straffaelligenhilfe
} }
} }
if (statistik == null)
{
return;
}
statistik.StartDate = this.StartDate; statistik.StartDate = this.StartDate;
statistik.EndDate = this.EndDate; statistik.EndDate = this.EndDate;
statistik.ProcessCustomerVermittlungArbeit(customer, cva); statistik.ProcessCustomerVermittlungArbeit(customer, cva);