summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/contacts.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/cust_main/contacts.html')
-rw-r--r--httemplate/view/cust_main/contacts.html4
1 files changed, 2 insertions, 2 deletions
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 %>
</TD>
</TR>
<TR>
<TH></TH>
- <TD><% code2country( $location->country ) %></TD>
+ <TD><% $location->country_full |h %></TD>
</TR>
% if ( $location->latitude && $location->longitude ) {