diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-12-04 14:37:35 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-12-04 14:37:35 -0800 |
| commit | 796d991531fd0d630bf0db9e87447e0459c7e5d6 (patch) | |
| tree | 8d658ae6943cd905a14536e77daf8092f2a44510 /httemplate/edit | |
| parent | c0f97a82840821c3520b719694dbdb552f1e6416 (diff) | |
add northern cyprus, RT#39335
Diffstat (limited to 'httemplate/edit')
| -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; |
