Fix event to approve

This commit is contained in:
Peter Maquiran
2021-09-03 15:50:13 +01:00
parent a731230656
commit 4a6225b914
10 changed files with 12 additions and 17 deletions
+1
View File
@@ -71,6 +71,7 @@ export class ProcessesService {
};
return this.http.get<any>(`${geturl}`, options);
}
SetTaskToPending(serialNumber:string): Observable<any>{
const geturl = environment.apiURL + 'Tasks/SetTaskPending';