From 978a10cd56e76e763b15f21c533d507d5bc84dec Mon Sep 17 00:00:00 2001 From: Mitch Jackson Date: Wed, 12 Jun 2019 03:24:26 -0400 Subject: [PATCH] RT# 80488 Current city value always exists in cities selectbox --- httemplate/elements/city.html | 4 ++++ 1 file changed, 4 insertions(+) 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'} ) { % } -- 2.11.0