fix wrong logic != to ==

This commit is contained in:
Ibnu Maksum 2024-02-27 12:00:49 +07:00
parent 747a67b691
commit 61edfb932a
No known key found for this signature in database
GPG key ID: 7FC82848810579E5

View file

@ -111,7 +111,7 @@
<div class="box-header">
<h3 class="box-title">{$_bill['routers']}</h3>
<div class="btn-group pull-right">
{if $_bill['type'] != 'Hotspot'}
{if $_bill['type'] == 'Hotspot'}
{if $_c['hotspot_plan']==''}Hotspot Plan{else}{$_c['hotspot_plan']}{/if}
{else}
{if $_c['pppoe_plan']==''}PPPOE Plan{else}{$_c['pppoe_plan']}{/if}