From: Mitch Jackson Date: Wed, 12 Jun 2019 07:24:26 +0000 (-0400) Subject: RT# 80488 Current city value always exists in cities selectbox X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=978a10cd56e76e763b15f21c533d507d5bc84dec RT# 80488 Current city value always exists in cities selectbox --- diff --git a/httemplate/elements/city.html b/httemplate/elements/city.html index 3c5e91782..f710d04db 100644 --- a/httemplate/elements/city.html +++ b/httemplate/elements/city.html @@ -131,6 +131,10 @@ function <% $pre %>county_changed(what, callback) {} <% $select_style %> > +% if ( $opt{city} ) { + +% } + % unless ( $opt{'disable_empty'} ) { % }