mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-21 19:34:25 +02:00
fix show extend_expired
This commit is contained in:
parent
61ac04d62c
commit
0bb1f8ffa0
1 changed files with 1 additions and 1 deletions
|
@ -241,8 +241,8 @@
|
|||
<label class="col-md-2 control-label">{Lang::T('Allow Extend')}</label>
|
||||
<div class="col-md-6">
|
||||
<select name="extend_expired" id="extend_expired" class="form-control text-muted">
|
||||
<option value="1" {if $_c['extend_expired']}selected="selected" {/if}>Yes</option>
|
||||
<option value="0">No</option>
|
||||
<option value="1" {if $_c['extend_expired'] ==1}selected="selected" {/if}>Yes</option>
|
||||
</select>
|
||||
</div>
|
||||
<p class="help-block col-md-4">{Lang::T('Customer can request to extend expirations')}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue