diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-12-04 14:37:24 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-12-04 14:37:24 -0800 |
| commit | 11a4787e386291574aca2357421b586e365252d9 (patch) | |
| tree | 469896d1b29787b05674f3a478b88bb37007ae2d /httemplate/view | |
| parent | 7fe341f7e83648feecf0b221e7a370a5818be753 (diff) | |
add northern cyprus, RT#39335
Diffstat (limited to 'httemplate/view')
| -rw-r--r-- | httemplate/view/cust_main/contacts.html | 4 |
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 ) { |
