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:
@ -19,7 +19,7 @@ export class AttendanceService {
|
||||
return this.http
|
||||
.get<Attendance>(getUrl)
|
||||
.pipe(
|
||||
catchError(this.log.handleError(serviceName, `get date as Observable<Attendance>=${date}`)),
|
||||
catchError(this.log.handleError(serviceName, `get date=${date}`)),
|
||||
) as Observable<Attendance>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user