From 1582f8e13960f5249a245fd0e4f9f52a2d343e77 Mon Sep 17 00:00:00 2001 From: venkateswaran ubuntu Date: Sat, 2 Sep 2023 18:32:37 +0530 Subject: [PATCH] susee --- app/Views/credit_points_list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Views/credit_points_list.php b/app/Views/credit_points_list.php index a44d24c..4384cd0 100644 --- a/app/Views/credit_points_list.php +++ b/app/Views/credit_points_list.php @@ -367,7 +367,7 @@ $(document).on('change','#packs',function(){ { extend: 'csv', text: 'CSV', // Set the title for the CSV button - title: 'CMember Name : (Total Credits : )', // Set your custom print title here + title: 'Member Name : (Total Credits : )', // Set your custom print title here } ] }); @@ -392,8 +392,8 @@ $(document).on('change','.add_or_sub',function(){ } else { $('#method option[value="card"]').show(); $('#method option[value="cash"]').show(); - $('#method option[value="card"]').show(); - $('#method option[value="cash"]').show(); + $("#packs option[value='6']").hide(); + $("#packs option[value='7']").hide(); $('#remarks').prop('required', false); }