% my %addr_label = ('bill' => 'Billing address', 'ship' => 'Service address'); %# Locations (possibly break this out) % my @which = ('bill', 'ship'); % while (@which) { % my $this = shift @which; % my $method = $this.'_location'; % my $location = $cust_main->$method; <% mt( $addr_label{$this} ) |h %> % if ( $this eq 'ship' and % $cust_main->bill_locationnum == $cust_main->ship_locationnum ) % { (<% emt('same as billing') %>) % } % if ( % ($this eq 'ship') % && $cust_main->invoice_ship_address % && !$conf->exists('invoice-ship_address') #it's always on, so hide per-cust config % ) { (<% emt('included on invoices') %>) % }
<% mt('Contact name') |h %> | <% $cust_main->contact |h %> | % if ( $conf->exists('show_ss') ) {<% mt('SS#') |h %> | <% $conf->exists('unmask_ss') ? $cust_main->ss : $cust_main->masked('ss') || ' ' %> | % }||||||
<% mt('Spouse') |h %> | <% join(', ', grep $_, $cust_main->spouse_last, $cust_main->spouse_first) %> | ||||||||
<% mt('Email address(es)') |h %> | <% $cust_main->invoicing_list_emailonly_scalar || $no %> | ||||||||
<% mt('Company') |h %> | <% $cust_main->company |h %> | ||||||||
<% mt('Company') |h %> | <% $cust_main->ship_company |h %> | ||||||||
<% mt('Location ID') |h %> | <% $location->locationname |h %> | ||||||||
<% mt('Address') |h %> | <% $location->address1 |h %> | ||||||||
<% $address2_label %> | <% $location->address2 |h %> | ||||||||
<% mt('City') |h %> | <% $location->city |h %> | % } else {% } % if ( $location->county ) { | <% mt('County') |h %> | <% $location->county |h %> | % }<% mt('State') |h %> | <% state_label( $location->state, $location->country ) |h %> | <% mt('Zip') |h %> | <% $location->zip |h %> | |
<% mt('Country') |h %> | <% $location->country_full |h %> | ||||||||
<% $phone_label{$phone} %> | <& /elements/phonenumber.html, $cust_main->get($phone), callable => 1, calling_list_exempt => $cust_main->calling_list_exempt, &> | ||||||||
<% mt('Fax') |h %> | <% $cust_main->get('fax') || ' ' %> | ||||||||
<% $stateid_label %> | <% $cust_main->masked('stateid') || ' ' %> | <% $stateid_state_label %> | <% $cust_main->stateid_state || ' ' %> |