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 /FS/FS/Template_Mixin.pm | |
parent | 7fe341f7e83648feecf0b221e7a370a5818be753 (diff) |
add northern cyprus, RT#39335
Diffstat (limited to 'FS/FS/Template_Mixin.pm')
-rw-r--r-- | FS/FS/Template_Mixin.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm index e889142a5..65a848451 100644 --- a/FS/FS/Template_Mixin.pm +++ b/FS/FS/Template_Mixin.pm @@ -13,7 +13,6 @@ use Date::Language; use Text::Template 1.20; use File::Temp 0.14; use HTML::Entities; -use Locale::Country; use Cwd; use FS::UID; use FS::Misc qw( send_email ); @@ -648,7 +647,7 @@ sub print_generic { if ( $cust_main->country eq $countrydefault ) { $invoice_data{'country'} = ''; } else { - $invoice_data{'country'} = &$escape_function(code2country($cust_main->country)); + $invoice_data{'country'} = &$escape_function($cust_main->bill_country_full); } my @address = (); |