[freeside-commits] branch master updated. 0c7f9a2952acf2caf16a2d1156f99d9c81b486b1
Mark Wells
mark at 420.am
Wed Mar 28 14:33:17 PDT 2012
The branch, master has been updated
via 0c7f9a2952acf2caf16a2d1156f99d9c81b486b1 (commit)
from 98aa4355cb0a31f97cdbeabb6c190c908ba355a0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0c7f9a2952acf2caf16a2d1156f99d9c81b486b1
Author: Mark Wells <mark at freeside.biz>
Date: Wed Mar 28 14:00:45 2012 -0700
fix location edit/tax district lookup interaction, #16757
diff --git a/httemplate/elements/city.html b/httemplate/elements/city.html
index f6d2b4b..6a2142f 100644
--- a/httemplate/elements/city.html
+++ b/httemplate/elements/city.html
@@ -107,7 +107,11 @@ function <% $pre %>county_changed(what, callback) {}
<% $text_style %>
>
-% if ( !$disable_select ) {
+% if ( $disable_select ) {
+%# avoid JS errors
+<INPUT TYPE="hidden" ID="city_select">
+% }
+% else {
<SELECT NAME = "<%$pre%>city_select"
ID = "<%$pre%>city_select"
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/city.html | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list