summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-03-01 15:29:42 -0500
committerChristopher Burger <burgerc@freeside.biz>2017-05-25 09:18:42 -0400
commitb078a4cb7efdf0da5b3995901b9f065ac338f6bd (patch)
tree32369db9f5004902807bb5f4b6208d7990f1f012
parent58c975e890bf8c38295ecb2f437e37bf3f6fa756 (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