summaryrefslogtreecommitdiff
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
parenteceba4d10e5dd1b36a2446831d93c226042955a6 (diff)
RT# 71419 Added Cancel date option, and updated package name
-rwxr-xr-xhttemplate/search/report_svc_broadband.html2
-rwxr-xr-xhttemplate/search/svc_broadband.cgi1
2 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/report_svc_broadband.html b/httemplate/search/report_svc_broadband.html
index bdddbb636..210112bc4 100755
--- a/httemplate/search/report_svc_broadband.html
+++ b/httemplate/search/report_svc_broadband.html
@@ -59,7 +59,7 @@
<SELECT NAME="cust_pkg_fields">
<OPTION VALUE="">(none)
<OPTION VALUE="setup,last_bill,bill,cancel">Setup date | Last bill date | Next bill date | Cancel date
- <OPTION VALUE="package,setup,last_bill,bill,cancel">Package Name, Setup date | Last bill date | Next bill date |
+ <OPTION VALUE="package,setup,last_bill,bill,cancel">Package Name | Setup date | Last bill date | Next bill date | Cancel date
</SELECT>
</TD>
</TR>
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