summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-12-04 14:37:35 -0800
committerIvan Kohler <ivan@freeside.biz>2015-12-04 14:37:35 -0800
commit796d991531fd0d630bf0db9e87447e0459c7e5d6 (patch)
tree8d658ae6943cd905a14536e77daf8092f2a44510 /httemplate/view
parentc0f97a82840821c3520b719694dbdb552f1e6416 (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 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 ) {