summaryrefslogtreecommitdiff
path: root/httemplate/edit/bulk-cust_main_county.html
diff options
context:
space:
mode:
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($_)." ($_)",
+my @countries = map FS::geocode_Mixin->code2country($_)." ($_)",
grep !$seen_country{$_}++,
map $_->country,
@cust_main_county;