CHANGES - CLAIMS PAGE LIST DETAILS VIEW IN SAME PAGE NOT IN _BLANK - VADIVEL J 2025-08-07
This commit is contained in:
parent
af2d954444
commit
be84046064
@ -311,7 +311,7 @@ function viewTicket(ticket_id){
|
|||||||
// $('.loader-mask').fadeIn();
|
// $('.loader-mask').fadeIn();
|
||||||
|
|
||||||
let url = '<?= base_url('ticket/view/'); ?>' + ticket_id;
|
let url = '<?= base_url('ticket/view/'); ?>' + ticket_id;
|
||||||
window.open(url, '_blank');
|
window.location.href = url;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user