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