summaryrefslogtreecommitdiff
path: root/httemplate/edit/bulk-cust_main_county.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-12-04 14:37:24 -0800
committerIvan Kohler <ivan@freeside.biz>2015-12-04 14:37:24 -0800
commit11a4787e386291574aca2357421b586e365252d9 (patch)
tree469896d1b29787b05674f3a478b88bb37007ae2d /httemplate/edit/bulk-cust_main_county.html
parent7fe341f7e83648feecf0b221e7a370a5818be753 (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.html2
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($_)."&nbsp;($_)",
+my @countries = map FS::geocode_Mixin->code2country($_)."&nbsp;($_)",
grep !$seen_country{$_}++,
map $_->country,
@cust_main_county;