mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-06-28 20:30:02 +02:00
Qrcode scanner
This commit is contained in:
parent
605a8f522f
commit
f3349b50c8
12 changed files with 327 additions and 33 deletions
|
@ -230,5 +230,6 @@ $ui->assign('unpaid', ORM::for_table('tbl_payment_gateway')
|
|||
->where('username', $user['username'])
|
||||
->where('status', 1)
|
||||
->find_one());
|
||||
$ui->assign('code', alphanumeric(_get('code')));
|
||||
run_hook('view_customer_dashboard'); #HOOK
|
||||
$ui->display('user-dashboard.tpl');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue