diff --git a/CHANGELOG.md b/CHANGELOG.md index b89b11e2..586403e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ # CHANGELOG +## 2023.9.15 + +- Fix Customer balance header +- Deactivate Customer active plan +- Sync Customer Plan to Mikrotik +- Recharge Customer from Customer Details + +## 2023.9.13 + - add Current balance in notification - Buy Plan for Friend - Recharge Friend plan diff --git a/system/controllers/prepaid.php b/system/controllers/prepaid.php index 07820f5f..2f4e170a 100644 --- a/system/controllers/prepaid.php +++ b/system/controllers/prepaid.php @@ -42,7 +42,7 @@ switch ($action) { case 'list': $ui->assign('xfooter', ''); - + $ui->assign('_title', $_L['Customers']); $username = _post('username'); if ($username != '') { $paginator = Paginator::bootstrap('tbl_user_recharges', 'username', '%' . $username . '%'); diff --git a/version.json b/version.json index b3868507..5e926093 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "2023.9.13" + "version": "2023.9.15" } \ No newline at end of file