[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 614e3b25ba49614b644f2a65910db1522f0cd524
Mark Wells
mark at 420.am
Wed Mar 28 14:33:26 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via 614e3b25ba49614b644f2a65910db1522f0cd524 (commit)
from 2ee2d0cf73e191a4fd276675eff543675a0c9676 (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 614e3b25ba49614b644f2a65910db1522f0cd524
Author: Mark Wells <mark at freeside.biz>
Date: Wed Mar 28 14:01:15 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