[freeside-commits] freeside/FS/FS Conf.pm,1.468.2.35,1.468.2.36

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


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	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.468.2.35
retrieving revision 1.468.2.36
diff -u -w -d -r1.468.2.35 -r1.468.2.36
--- Conf.pm	1 Feb 2012 05:35:26 -0000	1.468.2.35
+++ Conf.pm	9 Feb 2012 05:11:11 -0000	1.468.2.36
@@ -3757,7 +3757,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