X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fcontacts.html;h=83a6380264b1437b8e4f835de3f7a26c5c1aacde;hp=a5bafea10ef1b3d61599a16e51c86524f39d15dc;hb=747949f05c140e23221b3a2364928431f58fc2d3;hpb=ac0ecc2daa4e132d6a1fb3fb759cb757d376f84e diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index a5bafea10..83a638026 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -25,11 +25,11 @@ % if ( $this eq 'bill' ) { % #billing contact fields - <% mt('Contact name') |h %> - <% $cust_main->contact |h %> + <% mt('Contact name') |h %> + <% $cust_main->contact |h %> % if ( $conf->exists('show_ss') ) { - <% mt('SS#') |h %> - <% $conf->exists('unmask_ss') + <% mt('SS#') |h %> + <% $conf->exists('unmask_ss') ? $cust_main->ss : $cust_main->masked('ss') || ' ' %> % } @@ -37,8 +37,8 @@ % if ( $conf->exists('cust_main-enable_spouse') and % ($cust_main->spouse_last or $cust_main->spouse_first) ) { - <% mt('Spouse') |h %> - + <% mt('Spouse') |h %> + <% join(', ', grep $_, $cust_main->spouse_last, $cust_main->spouse_first) %> @@ -46,7 +46,7 @@ % } % if ( $conf->exists('cust-email-high-visibility') ) { - <% mt('Email address(es)') |h %> + <% mt('Email address(es)') |h %> <% $cust_main->invoicing_list_emailonly_scalar || $no %> @@ -54,15 +54,15 @@ % } % if ( $cust_main->company ) { - <% mt('Company') |h %> - <% $cust_main->company |h %> + <% mt('Company') |h %> + <% $cust_main->company |h %> % } % } elsif ( $this eq 'ship' ) { % if ( $cust_main->ship_company ) { # mostly obsolete these days... <% mt('Company') |h %> - <% $cust_main->ship_company |h %> + <% $cust_main->ship_company |h %> % } % } @@ -73,13 +73,13 @@ % if ( $location->locationname ) { <% mt('Location ID') |h %> - <% $location->locationname |h %> + <% $location->locationname |h %> % } - <% mt('Address') |h %> - <% $location->address1 |h %> + <% mt('Address') |h %> + <% $location->address1 |h %> % if ( $location->get('address2') ) { @@ -88,27 +88,25 @@ % : ' '; - <% $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 %> + (<% $location->county |h %> county)\ % } - <% mt('State') |h %> - <% state_label( $location->state, $location->country ) |h %> - <% mt('Zip') |h %> - <% $location->zip %> +,<% state_label( $location->state, $location->country ) |h %> + <% $location->zip %> + - <% mt('Country') |h %> - <% code2country( $location->country ) %> + + <% code2country( $location->country ) %> % if ( $location->latitude && $location->longitude ) { @@ -128,7 +126,7 @@ % next if !$cust_main->get($phone); <% $phone_label{$phone} %> - + <& /elements/phonenumber.html, $cust_main->get($phone), callable => 1, @@ -142,7 +140,7 @@ <% mt('Fax') |h %> - + <% $cust_main->get('fax') || ' ' %> @@ -153,9 +151,9 @@ <% $stateid_label %> - <% $cust_main->masked('stateid') || ' ' %> + <% $cust_main->masked('stateid') || ' ' %> <% $stateid_state_label %> - <% $cust_main->stateid_state || ' ' %> + <% $cust_main->stateid_state || ' ' %> % }