mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-16 04:54:24 +02:00
alphanumeric voucher
This commit is contained in:
parent
f3349b50c8
commit
b9ff4399a4
3 changed files with 3 additions and 3 deletions
|
@ -230,6 +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')));
|
||||
$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