mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 09:45:03 +02:00
show remaining bill
This commit is contained in:
parent
4ffbac878c
commit
a51462ef1a
4 changed files with 78 additions and 50 deletions
|
@ -189,7 +189,9 @@ switch ($action) {
|
|||
if (count($usings) == 0) {
|
||||
$usings[] = Lang::T('Cash');
|
||||
}
|
||||
$abills = User::getAttributes("Bill");
|
||||
$ui->assign('usings', $usings);
|
||||
$ui->assign('abills', $abills);
|
||||
$ui->assign('bills', $bills);
|
||||
$ui->assign('add_cost', $add_cost);
|
||||
$ui->assign('cust', $cust);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue