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); }