From: Mark Wells Date: Wed, 28 Mar 2012 21:00:45 +0000 (-0700) Subject: fix location edit/tax district lookup interaction, #16757 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=0c7f9a2952acf2caf16a2d1156f99d9c81b486b1 fix location edit/tax district lookup interaction, #16757 --- diff --git a/httemplate/elements/city.html b/httemplate/elements/city.html index f6d2b4bad..6a2142f29 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 + +% } +% else {