cannot deactivate postpaid

This commit is contained in:
iBNu Maksum
2024-10-25 14:05:57 +07:00
parent a04c3dd82b
commit 7f72b0c34a
3 changed files with 10 additions and 7 deletions

View File

@ -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>