[freeside-commits] branch master updated. 17f3758e4af48afc39bdab37b076f37a1deda3f2

Christopher Burger burgerc at 420.am
Wed Mar 1 12:32:13 PST 2017


The branch, master has been updated
       via  17f3758e4af48afc39bdab37b076f37a1deda3f2 (commit)
      from  eceba4d10e5dd1b36a2446831d93c226042955a6 (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 17f3758e4af48afc39bdab37b076f37a1deda3f2
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