X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fcontacts.html;h=3feff2f788487dc93d776011516b47c31b18e3ce;hp=a41a4836b7f128d5cfc13d83745c7c27ada1bb96;hb=11a4787e386291574aca2357421b586e365252d9;hpb=7fe341f7e83648feecf0b221e7a370a5818be753 diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index a41a4836b..3feff2f78 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -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 ) {