From f4d7bcfd23dc2b5b765c839fac1fad38ce9ee93f Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Thu, 30 Jun 2022 16:57:31 +0100 Subject: [PATCH] open document --- src/app/pages/search/search.page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pages/search/search.page.ts b/src/app/pages/search/search.page.ts index 2335493da..f9a4d7df1 100644 --- a/src/app/pages/search/search.page.ts +++ b/src/app/pages/search/search.page.ts @@ -104,7 +104,7 @@ export class SearchPage implements OnInit { if(ApplicationType == '8' ) { - this.viewDocumentDetail(Id, ApplicationType); + // this.viewDocumentDetail(Id, ApplicationType); const modal = await this.modalController.create({ component: ViewDocumentPage,