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