[freeside-commits] branch FREESIDE_4_BRANCH updated. b078a4cb7efdf0da5b3995901b9f065ac338f6bd
Christopher Burger
burgerc at 420.am
Thu May 25 06:23:03 PDT 2017
The branch, FREESIDE_4_BRANCH has been updated
via b078a4cb7efdf0da5b3995901b9f065ac338f6bd (commit)
from 58c975e890bf8c38295ecb2f437e37bf3f6fa756 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b078a4cb7efdf0da5b3995901b9f065ac338f6bd
Author: Christopher Burger <burgerc at freeside.biz>
Date: Wed Mar 1 15:29:42 2017 -0500
RT# 71419 Added Cancel date option, and updated package name
diff --git a/httemplate/search/report_svc_broadband.html b/httemplate/search/report_svc_broadband.html
index bdddbb6..210112b 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 e8cb65a..80345dc 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
-----------------------------------------------------------------------
Summary of changes:
httemplate/search/report_svc_broadband.html | 2 +-
httemplate/search/svc_broadband.cgi | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list