summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-06-21 12:27:43 +0000
committerivan <ivan>2004-06-21 12:27:43 +0000
commitc6d0c167ba91c894c3ee4492cf8cff92b9ef77e7 (patch)
tree54c3da65838470873e7a63adc1bf41ffb7f916fd
parent2449cfd0609ec82d85f4539dc454f94f14a31a41 (diff)
fix harmless typo, closes; Bug#872
-rw-r--r--FS/FS/ClientAPI/MyAccount.pm2
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;