diff options
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/ClientAPI/MyAccount.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |