PerspektivenEV/Service/CustomStundenuebersichtAuswertung.cs - Bugfix nach Änderung in StundenübersichtAuswertung
This commit is contained in:
@@ -64,7 +64,7 @@ namespace PerspektivenEV.Service
|
||||
}
|
||||
}
|
||||
|
||||
public override bool AllowCustomerAnalysis(Customer customer, FLSAnalysisConfigDC config, IList<ServiceRecord> serviceRecords)
|
||||
public override bool AllowCustomerAnalysis(Customer customer, FLSAnalysisConfigDC config, IList<IServiceRecord> serviceRecords)
|
||||
{
|
||||
if (config.EmployeeOid != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user