From 929f432c766bbe3bdeed5b80818a12ddf6ec6339 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 3 Apr 2006 09:46:57 +0000 Subject: have the UI use full country names, and state names outside the US... --- httemplate/view/cust_main/contacts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/view') diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index 89926ea64..7aba11813 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -33,13 +33,13 @@ Billing address City <%= $cust_main->city %> State - <%= $cust_main->state %> + <%= state_label($cust_main->state, $cust_main->country) %> Zip <%= $cust_main->zip %> Country - <%= $cust_main->country %> + <%= code2country($cust_main->country) %> <% my $daytime_label = FS::Msgcat::_gettext('daytime') =~ /^(daytime)?$/ -- cgit v1.2.1