don't show Deactivate if it postpaid
This commit is contained in:
parent
1a0b3ffaf3
commit
a04c3dd82b
@ -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…
x
Reference in New Issue
Block a user