This commit is contained in:
venkateswaran ubuntu 2023-09-04 13:12:32 +05:30
parent f5de441090
commit a098635f9b

View File

@ -371,7 +371,7 @@ $(document).on('change','#packs',function(){
title: 'Member Name : <?php echo $fname." ".$lname; ?> (Total Credits : <?php echo $avaiable_credit; ?>)', // Set your custom print title here title: 'Member Name : <?php echo $fname." ".$lname; ?> (Total Credits : <?php echo $avaiable_credit; ?>)', // Set your custom print title here
text: 'Print', text: 'Print',
customize: function(win) { customize: function(win) {
$(win.document.body).find('table').find('th:first, td:first').remove(); $(win.document.body).find('table').find('th:first-child, td:first-child').remove();
} }
}, },
{ {