X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FClientAPI%2FMyAccount.pm;h=e8ce6b43220edb4f17d98f59accf02345065cb4c;hb=af723d02722d00c863ec4552627fe4ad77973d75;hp=6caa19790c8423b07349540081cfe44328e66842;hpb=a9060f5bf7ee105eb2f3bb379feb4dd3e59ee27a;p=freeside.git diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm index 6caa19790..e8ce6b432 100644 --- a/FS/FS/ClientAPI/MyAccount.pm +++ b/FS/FS/ClientAPI/MyAccount.pm @@ -238,7 +238,7 @@ sub payment_info { #list all counties/states/countries $return{'cust_main_county'} = - [ map { $_->hashref } qsearch('cust_main_county', {}) ], + [ map { $_->hashref } qsearch('cust_main_county', {}) ]; #shortcut for one-country folks my $conf = new FS::Conf;