RT# 80488 Current city value always exists in cities selectbox
authorMitch Jackson <mitch@freeside.biz>
Wed, 12 Jun 2019 07:24:26 +0000 (03:24 -0400)
committerMitch Jackson <mitch@freeside.biz>
Wed, 12 Jun 2019 07:24:26 +0000 (03:24 -0400)
httemplate/elements/city.html

index 3c5e917..f710d04 100644 (file)
@@ -131,6 +131,10 @@ function <% $pre %>county_changed(what, callback) {}
             <% $select_style %>
     >
 
+%   if ( $opt{city} ) {
+      <OPTION VALUE="<% $opt{city} %>" SELECTED><% $opt{city} %></OPTION>
+%   }
+
 %   unless ( $opt{'disable_empty'} ) {
       <OPTION VALUE="" <% $opt{city} eq '' ? 'SELECTED' : '' %>><% $opt{empty_label} %></OPTION>
 %   }