X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fgeocode_Mixin.pm;h=bc8c1180d9c9ceaf285bb837ad6c0cb802ee1a7d;hb=6fd39bf8dfa989aaedea59e5e3cd609642f9e024;hp=0625b5ac351e13e59a0f5ef51806a50d390deb29;hpb=11a4787e386291574aca2357421b586e365252d9;p=freeside.git diff --git a/FS/FS/geocode_Mixin.pm b/FS/FS/geocode_Mixin.pm index 0625b5ac3..bc8c1180d 100644 --- a/FS/FS/geocode_Mixin.pm +++ b/FS/FS/geocode_Mixin.pm @@ -140,7 +140,7 @@ Returns the full country name. sub country_full { my $self = shift; - $self->code2country($self->country); + $self->code2country($self->get('country')); } sub code2country {