CHANGES - CLAIMS PAGE LIST DETAILS VIEW IN SAME PAGE NOT IN _BLANK - VADIVEL J 2025-08-07

This commit is contained in:
vadivelJ96 2025-08-07 16:48:39 +05:30
parent af2d954444
commit be84046064

View File

@ -311,7 +311,7 @@ function viewTicket(ticket_id){
// $('.loader-mask').fadeIn();
let url = '<?= base_url('ticket/view/'); ?>' + ticket_id;
window.open(url, '_blank');
window.location.href = url;
}