Fix: auto fill zip and town with jquery

This commit is contained in:
Regis Houssin 2010-10-12 19:19:22 +00:00
parent 42fdbaa856
commit 09dd9acc67

View File

@ -223,7 +223,7 @@ class FormCompany
$result=$this->db->query($sql);
if ($result)
{
$out.= '<select class="flat" name="'.$htmlname.'">';
$out.= '<select id="'.$htmlname.'" class="flat" name="'.$htmlname.'">';
if ($pays_code) $out.= '<option value="0">&nbsp;</option>';
$num = $this->db->num_rows($result);
$i = 0;