diff --git a/app/Views/credit_points_list.php b/app/Views/credit_points_list.php index fa9be68..c2b98fd 100644 --- a/app/Views/credit_points_list.php +++ b/app/Views/credit_points_list.php @@ -371,7 +371,7 @@ $(document).on('change','#packs',function(){ title: 'Member Name : (Total Credits : )', // Set your custom print title here text: 'Print', 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(); } }, {