mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-18 08:38:29 +02:00
Balance on Top
This commit is contained in:
parent
4bbb98fb98
commit
28fcabd1fd
3 changed files with 14 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
<option value="">Select Plans</option>
|
||||
{foreach $d as $ds}
|
||||
<option value="{$ds['id']}">{$ds['name_plan']}</option>
|
||||
<option value="{$ds['id']}">{$ds['name_plan']} • {Lang::moneyFormat($ds['price'])}</option>
|
||||
{/foreach}
|
Loading…
Add table
Add a link
Reference in a new issue