freeside inc. web services for address normalizaion and printing, RT#33849
authorIvan Kohler <ivan@freeside.biz>
Sat, 26 Mar 2016 19:54:17 +0000 (12:54 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sat, 26 Mar 2016 19:54:17 +0000 (12:54 -0700)
FS/FS/part_event/Action/cust_bill_fsinc_print.pm

index 2ef564b..ed323b9 100644 (file)
@@ -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,