From c6d0c167ba91c894c3ee4492cf8cff92b9ef77e7 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 21 Jun 2004 12:27:43 +0000 Subject: [PATCH 1/1] fix harmless typo, closes; Bug#872 --- FS/FS/ClientAPI/MyAccount.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0