use alphabetical order to popup the cities
[koha_gimpoz] / members / memberentry.pl
index f049b34..dba1818 100755 (executable)
@@ -379,7 +379,7 @@ my($cityid);
 $template->param( city_cgipopup => 1) if ($cityid );
 my $citypopup = CGI::popup_menu(-name=>'select_city',
         -id => 'select_city',
-        -values=>$name_city,
+        '-values' =>$cityid,
         -labels=>$name_city,
         -default=>$default_city,
         );