Fix: auto fill zip and town with jquery
This commit is contained in:
parent
42fdbaa856
commit
09dd9acc67
@ -223,7 +223,7 @@ class FormCompany
|
|||||||
$result=$this->db->query($sql);
|
$result=$this->db->query($sql);
|
||||||
if ($result)
|
if ($result)
|
||||||
{
|
{
|
||||||
$out.= '<select class="flat" name="'.$htmlname.'">';
|
$out.= '<select id="'.$htmlname.'" class="flat" name="'.$htmlname.'">';
|
||||||
if ($pays_code) $out.= '<option value="0"> </option>';
|
if ($pays_code) $out.= '<option value="0"> </option>';
|
||||||
$num = $this->db->num_rows($result);
|
$num = $this->db->num_rows($result);
|
||||||
$i = 0;
|
$i = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user