mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-02 22:24:23 +02:00
show Additional Billing in the customer
This commit is contained in:
parent
694428f804
commit
c32e921cab
5 changed files with 75 additions and 21 deletions
|
@ -291,5 +291,9 @@ $ui->assign('unpaid', ORM::for_table('tbl_payment_gateway')
|
|||
->where('status', 1)
|
||||
->find_one());
|
||||
$ui->assign('code', alphanumeric(_get('code'), "-"));
|
||||
|
||||
$abills = User::getAttributes("Bill");
|
||||
$ui->assign('abills', $abills);
|
||||
|
||||
run_hook('view_customer_dashboard'); #HOOK
|
||||
$ui->display('user-dashboard.tpl');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue