freeside/httemplate/misc payment.cgi,1.4,1.5

ivan ivan at pouncequick.420.am
Thu Jan 27 15:01:19 PST 2005


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory pouncequick:/tmp/cvs-serv14033/httemplate/misc

Modified Files:
	payment.cgi 
Log Message:
s/defaultcountry/countrydefault/

Index: payment.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/payment.cgi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- payment.cgi	30 Jun 2004 14:33:35 -0000	1.4
+++ payment.cgi	27 Jan 2005 23:01:15 -0000	1.5
@@ -22,7 +22,7 @@
    my $conf = new FS::Conf;
    my %states = map { $_->state => 1 }
                   qsearch('cust_main_county', {
-                    'country' => $conf->config('defaultcountry') || 'US'
+                    'country' => $conf->config('countrydefault') || 'US'
                   } );
    my @states = sort { $a cmp $b } keys %states;
 




More information about the freeside-commits mailing list