[freeside-commits] freeside/FS/FS Conf.pm,1.505,1.506

Ivan,,, ivan at wavetail.420.am
Wed Feb 8 21:11:21 PST 2012


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv1694

Modified Files:
	Conf.pm 
Log Message:
fix census tract coding, broken by 1/17/2012 update to FFIEC site, RT#16369

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.505
retrieving revision 1.506
diff -u -w -d -r1.505 -r1.506
--- Conf.pm	1 Feb 2012 05:30:15 -0000	1.505
+++ Conf.pm	9 Feb 2012 05:11:19 -0000	1.506
@@ -3730,7 +3730,7 @@
     'section'     => 'UI',
     'description' => 'The year to use in census tract lookups',
     'type'        => 'select',
-    'select_enum' => [ qw( 2010 2009 2008 ) ],
+    'select_enum' => [ qw( 2012 2011 2010 ) ],
   },
 
   {



More information about the freeside-commits mailing list