[freeside-commits] freeside/FS/FS Conf.pm,1.383,1.384

Jeff Finucane,420,, jeff at wavetail.420.am
Mon Aug 23 09:35:35 PDT 2010


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

Modified Files:
	Conf.pm 
Log Message:
work around ffiec bug and add year 2010

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -w -d -r1.383 -r1.384
--- Conf.pm	19 Aug 2010 19:11:32 -0000	1.383
+++ Conf.pm	23 Aug 2010 16:35:32 -0000	1.384
@@ -3217,7 +3217,7 @@
     'section'     => 'UI',
     'description' => 'The year to use in census tract lookups',
     'type'        => 'select',
-    'select_enum' => [ qw( 2009 2008 2007 2006 ) ],
+    'select_enum' => [ qw( 2010 2009 2008 ) ],
   },
 
   {



More information about the freeside-commits mailing list