From: ivan Date: Mon, 21 Jun 2004 12:27:43 +0000 (+0000) Subject: fix harmless typo, closes; Bug#872 X-Git-Tag: BEFORE_FINAL_MASONIZE~1025 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c6d0c167ba91c894c3ee4492cf8cff92b9ef77e7;hp=2449cfd0609ec82d85f4539dc454f94f14a31a41 fix harmless typo, closes; Bug#872 --- 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;