2023.9.15
This commit is contained in:
parent
95a8eaeadb
commit
b0cb79eeac
@ -2,6 +2,15 @@
|
|||||||
|
|
||||||
# CHANGELOG
|
# 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
|
- add Current balance in notification
|
||||||
- Buy Plan for Friend
|
- Buy Plan for Friend
|
||||||
- Recharge Friend plan
|
- Recharge Friend plan
|
||||||
|
@ -42,7 +42,7 @@ require_once 'system/autoload/PEAR2/Autoload.php';
|
|||||||
switch ($action) {
|
switch ($action) {
|
||||||
case 'list':
|
case 'list':
|
||||||
$ui->assign('xfooter', '<script type="text/javascript" src="ui/lib/c/prepaid.js"></script>');
|
$ui->assign('xfooter', '<script type="text/javascript" src="ui/lib/c/prepaid.js"></script>');
|
||||||
|
$ui->assign('_title', $_L['Customers']);
|
||||||
$username = _post('username');
|
$username = _post('username');
|
||||||
if ($username != '') {
|
if ($username != '') {
|
||||||
$paginator = Paginator::bootstrap('tbl_user_recharges', 'username', '%' . $username . '%');
|
$paginator = Paginator::bootstrap('tbl_user_recharges', 'username', '%' . $username . '%');
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"version": "2023.9.13"
|
"version": "2023.9.15"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user