[freeside-commits] freeside/httemplate/elements city.html,1.1,1.2

Ivan,,, ivan at wavetail.420.am
Thu Oct 22 02:34:56 PDT 2009


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv7849

Modified Files:
	city.html 
Log Message:
yay, found blank city problem w/new citytax foo, RT#5852

Index: city.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/city.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- city.html	12 Oct 2009 01:45:12 -0000	1.1
+++ city.html	22 Oct 2009 09:34:54 -0000	1.2
@@ -61,6 +61,7 @@
      if ( citiesArray.length > 1 || citiesArray[0].length ) { 
         // turn off the text city, turn on the select
         saved_<%$pre%>city = what.form.<%$ pre %>city.value;
+        <%$pre%>city_select_changed(what.form.<% $pre %>city_select);
         what.form.<% $pre %>city.style.display = 'none';
         what.form.<% $pre %>city_select.style.display = '';
       } else {



More information about the freeside-commits mailing list