mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 02:04:53 +02:00
2023.9.15
This commit is contained in:
parent
95a8eaeadb
commit
b0cb79eeac
3 changed files with 11 additions and 2 deletions
|
@ -42,7 +42,7 @@ require_once 'system/autoload/PEAR2/Autoload.php';
|
|||
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 . '%');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue