mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 18:24:32 +02:00
cannot deactivate postpaid
This commit is contained in:
parent
a04c3dd82b
commit
7f72b0c34a
3 changed files with 10 additions and 7 deletions
|
@ -280,7 +280,7 @@
|
|||
{/if}
|
||||
<tr>
|
||||
<td class="small text-primary text-uppercase text-normal">
|
||||
{if $_bill['status'] == 'on' && $_bill['prepaid'] != 'yes'}
|
||||
{if $_bill['status'] == 'on' && $_bill['prepaid'] != 'YES'}
|
||||
<a href="{$_url}home&deactivate={$_bill['id']}"
|
||||
onclick="return confirm('{Lang::T('Deactivate')}?')" class="btn btn-danger btn-xs"><i
|
||||
class="glyphicon glyphicon-trash"></i></a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue