mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-31 08:14:50 +02:00
plan price to Note
This commit is contained in:
parent
e9240f462d
commit
af3995b421
2 changed files with 1 additions and 1 deletions
|
@ -41,6 +41,7 @@ class Package
|
|||
// Additional cost
|
||||
list($bills, $add_cost) = User::getBills($id_customer);
|
||||
if ($add_cost > 0 && $router_name != 'balance') {
|
||||
$note .= "Plan Price : " . Lang::moneyFormat($p['price']) . "\n";
|
||||
foreach ($bills as $k => $v) {
|
||||
$note .= $k . " : " . Lang::moneyFormat($v) . "\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue