mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-20 01:29:03 +02:00
price + $add_cost in telegram
This commit is contained in:
parent
37a7da614e
commit
e0d21e6284
1 changed files with 4 additions and 4 deletions
|
@ -287,7 +287,7 @@ class Package
|
||||||
"\nRouter: " . $router_name .
|
"\nRouter: " . $router_name .
|
||||||
"\nGateway: " . $gateway .
|
"\nGateway: " . $gateway .
|
||||||
"\nChannel: " . $channel .
|
"\nChannel: " . $channel .
|
||||||
"\nPrice: " . Lang::moneyFormat($p['price']) .
|
"\nPrice: " . Lang::moneyFormat($p['price'] + $add_cost) .
|
||||||
"\nNote:\n" . $note);
|
"\nNote:\n" . $note);
|
||||||
} else {
|
} else {
|
||||||
if ($p['is_radius']) {
|
if ($p['is_radius']) {
|
||||||
|
@ -375,7 +375,7 @@ class Package
|
||||||
"\nRouter: " . $router_name .
|
"\nRouter: " . $router_name .
|
||||||
"\nGateway: " . $gateway .
|
"\nGateway: " . $gateway .
|
||||||
"\nChannel: " . $channel .
|
"\nChannel: " . $channel .
|
||||||
"\nPrice: " . Lang::moneyFormat($p['price']) .
|
"\nPrice: " . Lang::moneyFormat($p['price'] + $add_cost) .
|
||||||
"\nNote:\n" . $note);
|
"\nNote:\n" . $note);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
@ -482,7 +482,7 @@ class Package
|
||||||
"\nRouter: " . $router_name .
|
"\nRouter: " . $router_name .
|
||||||
"\nGateway: " . $gateway .
|
"\nGateway: " . $gateway .
|
||||||
"\nChannel: " . $channel .
|
"\nChannel: " . $channel .
|
||||||
"\nPrice: " . Lang::moneyFormat($p['price']) .
|
"\nPrice: " . Lang::moneyFormat($p['price'] + $add_cost) .
|
||||||
"\nNote:\n" . $note);
|
"\nNote:\n" . $note);
|
||||||
} else {
|
} else {
|
||||||
if ($p['is_radius']) {
|
if ($p['is_radius']) {
|
||||||
|
@ -572,7 +572,7 @@ class Package
|
||||||
"\nRouter: " . $router_name .
|
"\nRouter: " . $router_name .
|
||||||
"\nGateway: " . $gateway .
|
"\nGateway: " . $gateway .
|
||||||
"\nChannel: " . $channel .
|
"\nChannel: " . $channel .
|
||||||
"\nPrice: " . Lang::moneyFormat($p['price']) .
|
"\nPrice: " . Lang::moneyFormat($p['price'] + $add_cost) .
|
||||||
"\nNote:\n" . $note);
|
"\nNote:\n" . $note);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue