X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fcontacts.html;h=1660c1c2272a649ce8783c6864287d0a2160b299;hp=a41a4836b7f128d5cfc13d83745c7c27ada1bb96;hb=ae58eda132b5a89ce251dbdf13822dee2f3bc92f;hpb=b94de8e60418744e1526d96a0e85715e3e350c9d diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index a41a4836b..1660c1c22 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -10,7 +10,7 @@ % if ( $this eq 'ship' and % $cust_main->bill_locationnum == $cust_main->ship_locationnum ) % { - (<% mt('same as billing') %>) + (<% emt('same as billing') %>) % } % if ( @@ -82,7 +82,7 @@ % } elsif ( $this eq 'ship' ) { % if ( $cust_main->ship_company ) { # mostly obsolete these days... - <% mt('Company') |h %> + <% mt('Company') |h %> <% $cust_main->ship_company |h %> % } @@ -93,7 +93,7 @@ % if ( $location->locationname ) { - <% mt('Location ID') |h %> + <% mt('Location ID') |h %> <% $location->locationname |h %> % } @@ -122,12 +122,12 @@ (<% $location->county |h %> county)\ % } <% ($location->city || $location->county) ? ', ' : ''%><% state_label( $location->state, $location->country ) |h %> - <% $location->zip %> + <% $location->zip |h %> - <% code2country( $location->country ) %> + <% $location->country_full |h %> % if ( $location->latitude && $location->longitude ) { @@ -160,7 +160,7 @@ % if ( $cust_main->get('fax') ) { - <% mt('Fax') |h %> + <% mt('Fax') |h %> <% $cust_main->get('fax') || ' ' %> @@ -171,9 +171,9 @@ % if ( $conf->exists('show_stateid') ) { - <% $stateid_label %> + <% $stateid_label %> <% $cust_main->masked('stateid') || ' ' %> - <% $stateid_state_label %> + <% $stateid_state_label %> <% $cust_main->stateid_state || ' ' %>