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,