[freeside-commits] branch FREESIDE_3_BRANCH updated. fd90d3cf458acc4d70e6c20a092e1f2422e907a1

Ivan ivan at 420.am
Sat Mar 26 12:54:20 PDT 2016


The branch, FREESIDE_3_BRANCH has been updated
       via  fd90d3cf458acc4d70e6c20a092e1f2422e907a1 (commit)
      from  21cf1a8d2051e4941de844d5f14e19ba16f6dcea (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 fd90d3cf458acc4d70e6c20a092e1f2422e907a1
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Mar 26 12:54:17 2016 -0700

    freeside inc. web services for address normalizaion and printing, RT#33849

diff --git a/FS/FS/part_event/Action/cust_bill_fsinc_print.pm b/FS/FS/part_event/Action/cust_bill_fsinc_print.pm
index 2ef564b..ed323b9 100644
--- a/FS/FS/part_event/Action/cust_bill_fsinc_print.pm
+++ b/FS/FS/part_event/Action/cust_bill_fsinc_print.pm
@@ -4,7 +4,7 @@ use strict;
 use base qw( FS::part_event::Action );
 use LWP::UserAgent;
 use HTTP::Request::Common qw( POST );
-use JSON::XS; #use Cpanel::JSON::XS;
+use JSON::XS;
 use CAM::PDF;
 use FS::Conf;
 
@@ -83,7 +83,6 @@ sub do_action {
                                 ? $cust_main->payname
                                 : $cust_main->contact_firstlast
                           )
-    #'name'             => $cust_main->invoice_attn || $cust_main->contact_firstlast,
     'address1'         => $bill_location->address1,
     'address2'         => $bill_location->address2,
     'city'             => $bill_location->city,

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_event/Action/cust_bill_fsinc_print.pm |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)




More information about the freeside-commits mailing list