X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fcontacts.html;h=1660c1c2272a649ce8783c6864287d0a2160b299;hp=d75f114cf2c7348b5cfe4e57bd78b3343bd1526c;hb=ae58eda132b5a89ce251dbdf13822dee2f3bc92f;hpb=0f75f84be04be93b73c32bf8a1e34d539f753c06 diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index d75f114cf..1660c1c22 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -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 %> % } @@ -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 || ' ' %>