From a04c3dd82b363a5d8784005d84eb9f0d3354e686 Mon Sep 17 00:00:00 2001 From: iBNu Maksum Date: Fri, 25 Oct 2024 13:48:45 +0700 Subject: [PATCH] don't show Deactivate if it postpaid --- ui/ui/customer/dashboard.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ui/customer/dashboard.tpl b/ui/ui/customer/dashboard.tpl index c7acc47b..ae0b1001 100644 --- a/ui/ui/customer/dashboard.tpl +++ b/ui/ui/customer/dashboard.tpl @@ -280,7 +280,7 @@ {/if} - {if $_bill['status'] == 'on'} + {if $_bill['status'] == 'on' && $_bill['prepaid'] != 'yes'}