From 0c64d022bc26d1333dd260ff286e1b44f16be266 Mon Sep 17 00:00:00 2001 From: sriramv Date: Fri, 1 Sep 2023 15:05:40 +0530 Subject: [PATCH] gwm --- app/Views/credit_points_list.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/Views/credit_points_list.php b/app/Views/credit_points_list.php index 9b19653..32f6a1a 100644 --- a/app/Views/credit_points_list.php +++ b/app/Views/credit_points_list.php @@ -70,6 +70,7 @@ text-align: center; Expiry Date Credit Transactions Credit Balance +Remarks @@ -94,6 +95,7 @@ text-align: center; ?> + @@ -168,7 +170,7 @@ $(document).on('click','.manage-credits',function(){
- +
@@ -348,7 +350,7 @@ function matchnum(event) $(document).on('change','.add_or_sub',function(){ if($(this).val() == 'sub') { - $('#button').html('Reduce'); + $('#button').html('Deduct'); }else{ $('#button').html('Add'); }