add northern cyprus, RT#39335
[freeside.git] / httemplate / edit / bulk-cust_main_county.html
index 6b5a7c2..8b12348 100644 (file)
@@ -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;