Bugfix Vga Statistik
This commit is contained in:
@@ -66,7 +66,11 @@ namespace BeWo.Service.Reporting.Straffaelligenhilfe
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user