From 61edfb932a118a1bc0c4e6e96adb50b9214a9d92 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Tue, 27 Feb 2024 12:00:49 +0700 Subject: [PATCH] fix wrong logic != to == --- ui/ui/user-dashboard.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ui/user-dashboard.tpl b/ui/ui/user-dashboard.tpl index bf9f2d8e..84301b91 100644 --- a/ui/ui/user-dashboard.tpl +++ b/ui/ui/user-dashboard.tpl @@ -111,7 +111,7 @@

{$_bill['routers']}

- {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}