mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-05 02:34:38 +02:00
don't show Deactivate if it postpaid
This commit is contained in:
parent
1a0b3ffaf3
commit
a04c3dd82b
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@
|
|||
{/if}
|
||||
<tr>
|
||||
<td class="small text-primary text-uppercase text-normal">
|
||||
{if $_bill['status'] == 'on'}
|
||||
{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