X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fcontacts.html;h=83a6380264b1437b8e4f835de3f7a26c5c1aacde;hp=6213f27dda4732a2ea14217ae510c5bdd3fb1b13;hb=747949f05c140e23221b3a2364928431f58fc2d3;hpb=f3c4966ed1f6ec3db7accd6dcdd3a5a3821d72a7 diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index 6213f27dd..83a638026 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -1,30 +1,52 @@ % my %addr_label = ('bill' => 'Billing address', 'ship' => 'Service address'); %# Locations (possibly break this out) -% my @which = ('bill'); -% push @which, 'ship' if $cust_main->has_ship_address; +% my @which = ('bill', 'ship'); % while (@which) { % my $this = shift @which; % my $method = $this.'_location'; % my $location = $cust_main->$method; -<% mt( $addr_label{$this} ) |h %> +<% mt( $addr_label{$this} ) |h %> +% if ( $this eq 'ship' and +% $cust_main->bill_locationnum == $cust_main->ship_locationnum ) +% { + (<% mt('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') ) { - - + % } +% if ( $conf->exists('cust_main-enable_spouse') and +% ($cust_main->spouse_last or $cust_main->spouse_first) ) { + + + + +% } % if ( $conf->exists('cust-email-high-visibility') ) { - + @@ -32,15 +54,32 @@ % } % if ( $cust_main->company ) { + + + +% } +% } elsif ( $this eq 'ship' ) { +% if ( $cust_main->ship_company ) { # mostly obsolete these days... + - + % } -% } # if $this eq 'bill' -% # now the actual address +% } + + +% if ( $location ) { # now the actual address + +% if ( $location->locationname ) { + + + + +% } + - - + + % if ( $location->get('address2') ) { @@ -49,27 +88,25 @@ % : ' '; - - + + % } - - + + - + (<% $location->county |h %> county)\ % } - - - - +,<% state_label( $location->state, $location->country ) |h %> + <% $location->zip %> + - - + + % if ( $location->latitude && $location->longitude ) { @@ -79,6 +116,9 @@ $cust_main->agentnum, &> % } +<& /elements/tr-censustract.html, $location &> + +% } % if ( $this eq 'bill' ) { % # billing contact phone numbers @@ -86,7 +126,7 @@ % next if !$cust_main->get($phone); - - @@ -111,9 +151,9 @@ - + - + % }
<% 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 %> + <% join(', ', grep $_, + $cust_main->spouse_last, $cust_main->spouse_first) %> +
<% mt('Email address(es)') |h %><% mt('Email address(es)') |h %> <% $cust_main->invoicing_list_emailonly_scalar || $no %>
<% mt('Company') |h %><% $cust_main->company |h %>
<% mt('Company') |h %><% $cust_main->company %><% $cust_main->ship_company |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 ) %><% code2country( $location->country ) %>
<% $phone_label{$phone} %> + <& /elements/phonenumber.html, $cust_main->get($phone), callable => 1, @@ -100,7 +140,7 @@
<% mt('Fax') |h %> + <% $cust_main->get('fax') || ' ' %>
<% $stateid_label %><% $cust_main->masked('stateid') || ' ' %><% $cust_main->masked('stateid') || ' ' %> <% $stateid_state_label %><% $cust_main->stateid_state || ' ' %><% $cust_main->stateid_state || ' ' %>