mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 18:24:32 +02:00
tapi mau ganti ke paper admin aja
This commit is contained in:
parent
79c7ad1d98
commit
98fe44d8aa
33 changed files with 301 additions and 786 deletions
|
@ -213,6 +213,7 @@ switch ($action) {
|
|||
break;
|
||||
|
||||
case 'list-activated':
|
||||
$ui->assign('_system_menu', 'list-activated');
|
||||
$paginator = Paginator::bootstrap('tbl_transactions', 'username', $user['username']);
|
||||
$d = ORM::for_table('tbl_transactions')->where('username', $user['username'])->offset($paginator['startpoint'])->limit($paginator['limit'])->order_by_desc('id')->find_many();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue