Skip to content

Commit

Permalink
2023.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnux committed Sep 15, 2023
1 parent 95a8eae commit b0cb79e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion system/controllers/prepaid.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
switch ($action) {
case 'list':
$ui->assign('xfooter', '<script type="text/javascript" src="ui/lib/c/prepaid.js"></script>');

$ui->assign('_title', $_L['Customers']);
$username = _post('username');
if ($username != '') {
$paginator = Paginator::bootstrap('tbl_user_recharges', 'username', '%' . $username . '%');
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2023.9.13"
"version": "2023.9.15"
}

0 comments on commit b0cb79e

Please sign in to comment.