From a098635f9b82a6f393b5f111eff83e6d6e069e0c Mon Sep 17 00:00:00 2001 From: venkateswaran ubuntu Date: Mon, 4 Sep 2023 13:12:32 +0530 Subject: [PATCH] susee --- app/Views/credit_points_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } }, {