mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-25 07:56:01 +08:00
delete none
This commit is contained in:
parent
b0937a424a
commit
8c2471d1d2
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@
|
|||
<label class="col-md-2 control-label">Payment Gateway</label>
|
||||
<div class="col-md-8">
|
||||
<select name="gateway" id="gateway" class="form-control">
|
||||
<option value="none" selected="selected">None</option>
|
||||
{foreach $pgs as $pg}
|
||||
<option value="{$pg}">
|
||||
{ucwords($pg)}</option>
|
||||
|
|
Loading…
Reference in a new issue