From d4241783f38422179fe88e65175995f0d1804e69 Mon Sep 17 00:00:00 2001 From: jonathan Date: Wed, 20 May 2015 07:30:08 +0000 Subject: [PATCH] RT#28842: NG portal - Changes for prepaid needs [bug fix for unlimited usage pkgs] --- ng_selfservice/prepaid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng_selfservice/prepaid.php b/ng_selfservice/prepaid.php index 14784007b..d9e6a8d92 100644 --- a/ng_selfservice/prepaid.php +++ b/ng_selfservice/prepaid.php @@ -84,7 +84,7 @@ foreach ($cust_pkg as $pkg) { $thissvc['pkgnum'] = $pkg['pkgnum']; $thissvc['status'] = $pkg['status']; $actsvcs[$thissvc['svcnum']] = $thissvc; - if ($thissvc['overlimit']) { + if ($thissvc['overlimit'] or ($thissvc['status'] != 'active')) { $expsvcs[$thissvc['svcnum']] = $thissvc; } } -- 2.11.0