summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-12-04 14:37:41 -0800
committerIvan Kohler <ivan@freeside.biz>2015-12-04 14:37:41 -0800
commitd72d57ec3b5c9f8d0115f84c02943994d93436ca (patch)
tree95e522984b59ed0569c1e960d200330664c4bb78 /httemplate/view
parent716d5a444011bbd0683f4bad0c8e6ca91c895c4c (diff)
add northern cyprus, RT#39335
Diffstat (limited to 'httemplate/view')
-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 136f634a4..053f0396c 100644
--- a/httemplate/view/cust_main/contacts.html
+++ b/httemplate/view/cust_main/contacts.html
@@ -106,11 +106,11 @@
<TD ALIGN="right"><% mt('State') |h %></TD>
<TD BGCOLOR="#ffffff"><% state_label( $location->state, $location->country ) |h %></TD>
<TD ALIGN="right"><% mt('Zip') |h %></TD>
- <TD BGCOLOR="#ffffff"><% $location->zip %></TD>
+ <TD BGCOLOR="#ffffff"><% $location->zip |h %></TD>
</TR>
<TR>
<TD ALIGN="right"><% mt('Country') |h %></TD>
- <TD BGCOLOR="#ffffff"><% code2country( $location->country ) %></TD>
+ <TD BGCOLOR="#ffffff"><% $location->country_full |h %></TD>
</TR>
% if ( $location->latitude && $location->longitude ) {