Fix: Post voucher was not working. Replace command had borked the url.
Fix: Attendace report file name contained single quotes and did not open in excel
This commit is contained in:
@@ -31,7 +31,7 @@ export class EmployeeAttendanceService {
|
||||
.get<EmployeeAttendance>(getUrl, options)
|
||||
.pipe(
|
||||
catchError(
|
||||
this.log.handleError(serviceName, `get id as Observable<EmployeeAttendance>=${id}`),
|
||||
this.log.handleError(serviceName, `get id=${id}`),
|
||||
),
|
||||
) as Observable<EmployeeAttendance>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user