summaryrefslogtreecommitdiff
path: root/httemplate/search/svc_broadband.cgi
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-03-01 15:29:42 -0500
committerChristopher Burger <burgerc@freeside.biz>2017-03-01 15:30:00 -0500
commit17f3758e4af48afc39bdab37b076f37a1deda3f2 (patch)
treef808810e5b94f63d4f34ab2a9d5861ecbea6c157 /httemplate/search/svc_broadband.cgi
parenteceba4d10e5dd1b36a2446831d93c226042955a6 (diff)
RT# 71419 Added Cancel date option, and updated package name
Diffstat (limited to 'httemplate/search/svc_broadband.cgi')
-rwxr-xr-xhttemplate/search/svc_broadband.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/search/svc_broadband.cgi b/httemplate/search/svc_broadband.cgi
index e8cb65aaf..80345dc91 100755
--- a/httemplate/search/svc_broadband.cgi
+++ b/httemplate/search/svc_broadband.cgi
@@ -152,6 +152,7 @@ foreach my $pkg_field ( @pkg_fields ) {
my $value;
if ($pkg_field eq 'package') {
$value = $cust_pkg->part_pkg->pkg;
+ #$value = $cust_pkg->pkg_label;
}
else {
$value = $cust_pkg->get($pkg_field);#closures help alot