[freeside-commits] freeside/httemplate/edit/cust_main bottomfixup.js, 1.5, 1.6

Jeff Finucane,420,, jeff at wavetail.420.am
Tue Aug 18 05:21:44 PDT 2009


Update of /home/cvs/cvsroot/freeside/httemplate/edit/cust_main
In directory wavetail.420.am:/tmp/cvs-serv4196/httemplate/edit/cust_main

Modified Files:
	bottomfixup.js 
Log Message:
support 2009 - a better way?

Index: bottomfixup.js
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/bottomfixup.js,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- bottomfixup.js	16 Aug 2009 22:45:26 -0000	1.5
+++ bottomfixup.js	18 Aug 2009 12:21:41 -0000	1.6
@@ -242,7 +242,7 @@
   var cf = document.CustomerForm;
   var state_el = cf.elements['ship_state'];
   var census_data = new Array(
-    'year',   <% $conf->config('census_year') || '2008' %>,
+    'year',   <% $conf->config('census_year') || '2009' %>,
     'address', cf.elements['ship_address1'].value,
     'city',    cf.elements['ship_city'].value,
     'state',   state_el.options[ state_el.selectedIndex ].value,



More information about the freeside-commits mailing list