This commit is contained in:
tiago.kayaya
2021-06-25 09:05:15 +01:00
parent 5a36179d47
commit c80c92312a
2 changed files with 2 additions and 2 deletions
@@ -197,7 +197,7 @@ export class BookMeetingModalPage implements OnInit {
try {
switch (this.loggeduser.Profile) {
case 'MDGPR':
//await this.calendarService.postExpedientEvent(this.task.DocId, this.postData, "md",this.task.SerialNumber, this.task.FsId).toPromise();
await this.calendarService.postExpedientEvent(this.task.DocId, this.postData, "md",this.task.SerialNumber, this.task.FsId).toPromise();
break;
case 'PR':