diff --git a/app/Views/members_list.php b/app/Views/members_list.php
index 1bc81bb..1a6b585 100644
--- a/app/Views/members_list.php
+++ b/app/Views/members_list.php
@@ -114,17 +114,28 @@ $(document).on('click','.credit_usage',function(){
});
});
-$(document).ready(function(){
- var table = $('#datatable-buttons').DataTable();
-table.destroy();
+// $(document).ready(function(){
+// var table = $('#datatable-buttons').DataTable();
+// table.destroy();
- $('#datatable-buttons').DataTable({
- "order": [[ 0, "desc" ]]
- });
+// $('#datatable-buttons').DataTable({
+// "order": [[ 0, "desc" ]]
+// });
-});
+// });
-
+
\ No newline at end of file
diff --git a/app/Views/transactions_list.php b/app/Views/transactions_list.php
index 0fbb95b..d43e47c 100644
--- a/app/Views/transactions_list.php
+++ b/app/Views/transactions_list.php
@@ -32,7 +32,7 @@
-->
-