From be84046064bb6cc10bdf48543e32e0811c18542e Mon Sep 17 00:00:00 2001 From: vadivelJ96 Date: Thu, 7 Aug 2025 16:48:39 +0530 Subject: [PATCH] CHANGES - CLAIMS PAGE LIST DETAILS VIEW IN SAME PAGE NOT IN _BLANK - VADIVEL J 2025-08-07 --- app/Views/ticket_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Views/ticket_list.php b/app/Views/ticket_list.php index 15198800..920c1f33 100644 --- a/app/Views/ticket_list.php +++ b/app/Views/ticket_list.php @@ -311,7 +311,7 @@ function viewTicket(ticket_id){ // $('.loader-mask').fadeIn(); let url = '' + ticket_id; - window.open(url, '_blank'); + window.location.href = url; }