[freeside-commits] freeside/httemplate/elements city.html,1.5,1.6

Ivan,,, ivan at wavetail.420.am
Fri Aug 13 16:55:58 PDT 2010


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

Modified Files:
	city.html 
Log Message:
fix city blanking on county change, RT#9627

Index: city.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/city.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -d -r1.5 -r1.6
--- city.html	13 Aug 2010 23:54:21 -0000	1.5
+++ city.html	13 Aug 2010 23:55:56 -0000	1.6
@@ -66,9 +66,9 @@
         what.form.<% $pre %>city_select.style.display = '';
       } else if ( what.form.<% $pre %>city.style.display == 'none' ) {
         // turn on the text city, turn off the select
+        what.form.<%$ pre %>city.value = saved_<%$pre%>city;
         what.form.<% $pre %>city.style.display = '';
         what.form.<% $pre %>city_select.style.display = 'none';
-        what.form.<%$ pre %>city.value = saved_<%$pre%>city;
       }
 
       //run the callback



More information about the freeside-commits mailing list