X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_location.pm;h=b0a4feae27cfe04761003222d4fc7c460a0ec8a7;hb=dd003d59f56742f9374cec309ad81d527e88c846;hp=ae24fc2baee52c19efec047eb8640278e186d9b9;hpb=d5f8aa5cf1787238224add1a836f0d7577f3b9b7;p=freeside.git diff --git a/FS/FS/cust_location.pm b/FS/FS/cust_location.pm index ae24fc2ba..b0a4feae2 100644 --- a/FS/FS/cust_location.pm +++ b/FS/FS/cust_location.pm @@ -5,7 +5,6 @@ use strict; use vars qw( $import $DEBUG $conf $label_prefix ); use Data::Dumper; use Date::Format qw( time2str ); -use Locale::Country; use FS::UID qw( dbh driver_name ); use FS::Record qw( qsearch qsearchs ); use FS::Conf; @@ -412,14 +411,11 @@ sub check { =item country_full -Returns this locations's full country name +Returns this location's full country name =cut -sub country_full { - my $self = shift; - code2country($self->country); -} +#moved to geocode_Mixin.pm =item line