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/edit/bulk-cust_main_county.html | |
parent | 7fe341f7e83648feecf0b221e7a370a5818be753 (diff) |
add northern cyprus, RT#39335
Diffstat (limited to 'httemplate/edit/bulk-cust_main_county.html')
-rw-r--r-- | httemplate/edit/bulk-cust_main_county.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/bulk-cust_main_county.html b/httemplate/edit/bulk-cust_main_county.html index 6b5a7c26e..8b1234825 100644 --- a/httemplate/edit/bulk-cust_main_county.html +++ b/httemplate/edit/bulk-cust_main_county.html @@ -109,7 +109,7 @@ my @cust_main_county = @taxnum; my %seen_country = {}; -my @countries = map code2country($_)." ($_)", +my @countries = map FS::geocode_Mixin->code2country($_)." ($_)", grep !$seen_country{$_}++, map $_->country, @cust_main_county; |