[freeside-commits] freeside/httemplate/elements select-country.html, 1.2, 1.3
Ivan,,,
ivan at wavetail.420.am
Sun Oct 11 18:58:25 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv2007/httemplate/elements
Modified Files:
select-country.html
Log Message:
UI for per-city taxes (setup and assigning to customers/package locations), RT#5852
Index: select-country.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/select-country.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- select-country.html 9 Jan 2009 04:06:25 -0000 1.2
+++ select-country.html 12 Oct 2009 01:58:23 -0000 1.3
@@ -53,8 +53,11 @@
}
//run the callback
- if ( callback != null )
+ if ( callback != null ) {
callback();
+ } else {
+ <% $pre %>state_changed(what.form.<% $pre %>state);
+ }
}
// go get the new states
More information about the freeside-commits
mailing list