X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fcontacts.html;h=1660c1c2272a649ce8783c6864287d0a2160b299;hp=c9f8005b029b6f6c05711310ff211cfa0e803bd5;hb=ae58eda132b5a89ce251dbdf13822dee2f3bc92f;hpb=5556814b7ff65b0a4837390be9331e1841189427 diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index c9f8005b0..1660c1c22 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -10,19 +10,26 @@ % if ( $this eq 'ship' and % $cust_main->bill_locationnum == $cust_main->ship_locationnum ) % { - (<% mt('same as billing') %>) + (<% 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') %>) +% } % if ( $this eq 'bill' ) { % #billing contact fields - - + + % if ( $conf->exists('show_ss') ) { - - + % } @@ -30,32 +37,53 @@ % if ( $conf->exists('cust_main-enable_spouse') and % ($cust_main->spouse_last or $cust_main->spouse_first) ) { - - + -% } -% if ( $conf->exists('cust-email-high-visibility') ) { +% } +% +% # invoicing email +% if ( scalar(@invoicing_list) == 1 ) { # typical individual user; show here - - + -% } +% } elsif ( scalar(@invoicing_list) > 1 ) { +% # business customer with a contact list +% # show nothing here +% +% } else { # there is no invoice email for them + + +% if ( !$cust_main->postal_invoice or +% $conf->exists('cust_main-require_invoicing_list_email', +% $cust_main->agentnum) +% ) { +% # we need a contact email for this customer (either because that's +% # policy, or because otherwise they won't receive invoices) but we +% # don't have one. + +% } else { + +% } +% } # end of invoicing email + % if ( $cust_main->company ) { - - + + % } % } elsif ( $this eq 'ship' ) { % if ( $cust_main->ship_company ) { # mostly obsolete these days... - - + + % } % } @@ -65,14 +93,14 @@ % if ( $location->locationname ) { - - + + % } - - + + % if ( $location->get('address2') ) { @@ -81,27 +109,25 @@ % : ' '; - - + + % } - - + + - + (<% $location->county |h %> county)\ % } - - - - +<% ($location->city || $location->county) ? ', ' : ''%><% state_label( $location->state, $location->country ) |h %> + <% $location->zip |h %> + - - + + % if ( $location->latitude && $location->longitude ) { @@ -120,8 +146,8 @@ % foreach my $phone (qw(daytime night mobile)) { % next if !$cust_main->get($phone); - - - - + @@ -145,10 +171,10 @@ % if ( $conf->exists('show_stateid') ) { - - - - + + + + % } @@ -190,8 +216,6 @@ my $stateid_state_label = FS::Msgcat::_gettext('stateid_state') =~ /^(stateid_st my $cust_main = shift; my $conf = new FS::Conf; -my @invoicing_list = $cust_main->invoicing_list; -my $no = emt('no'); +my @invoicing_list = $cust_main->invoicing_list_emailonly; -
<% mt('Contact name') |h %><% $cust_main->contact |h %><% mt('Contact name') |h %><% $cust_main->contact |h %><% mt('SS#') |h %><% $conf->exists('unmask_ss') + <% mt('SS#') |h %><% $conf->exists('unmask_ss') ? $cust_main->ss : $cust_main->masked('ss') || ' ' %>
<% mt('Spouse') |h %> + <% 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('Email address') |h %> + <% $invoicing_list[0] %>
<% mt('Email address') |h %><% emt('none') %><% emt('no') %>
<% mt('Company') |h %><% $cust_main->company |h %><% mt('Company') |h %><% $cust_main->company |h %>
<% mt('Company') |h %><% $cust_main->ship_company |h %><% mt('Company') |h %><% $cust_main->ship_company |h %>
<% mt('Location ID') |h %><% $location->locationname |h %><% mt('Location ID') |h %><% $location->locationname |h %>
<% mt('Address') |h %><% $location->address1 |h %><% mt('Address') |h %><% $location->address1 |h %>
<% $address2_label %><% $location->address2 |h %><% $address2_label %><% $location->address2 |h %>
<% mt('City') |h %><% $location->city |h %><% $location->city |h %>\ % if ( $location->county ) { - <% mt('County') |h %><% $location->county |h %><% mt('State') |h %><% state_label( $location->state, $location->country ) |h %><% mt('Zip') |h %><% $location->zip %>
<% mt('Country') |h %><% code2country( $location->country ) %><% $location->country_full |h %>
<% $phone_label{$phone} %> + <% $phone_label{$phone} %> + <& /elements/phonenumber.html, $cust_main->get($phone), callable => 1, @@ -134,8 +160,8 @@ % if ( $cust_main->get('fax') ) {
<% mt('Fax') |h %> + <% mt('Fax') |h %> <% $cust_main->get('fax') || ' ' %>
<% $stateid_label %><% $cust_main->masked('stateid') || ' ' %><% $stateid_state_label %><% $cust_main->stateid_state || ' ' %><% $stateid_label %><% $cust_main->masked('stateid') || ' ' %><% $stateid_state_label %><% $cust_main->stateid_state || ' ' %>