X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fview%2Fcust_main%2Fcontacts.html;h=053f0396c1ff7b0584ea3e0045f16d073c373cc9;hb=85d7ec5cab08971dd80447c3cc62e962ba6227d5;hp=136f634a4cd0dc3dc17084469ea1d2ab2cd52efb;hpb=a961013d0550e9e033b86e7bb677de05ddb9e7b7;p=freeside.git diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index 136f634a4..053f0396c 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -106,11 +106,11 @@ <% mt('State') |h %> <% state_label( $location->state, $location->country ) |h %> <% mt('Zip') |h %> - <% $location->zip %> + <% $location->zip |h %> <% mt('Country') |h %> - <% code2country( $location->country ) %> + <% $location->country_full |h %> % if ( $location->latitude && $location->longitude ) {