Skip to content
Snippets Groups Projects
Commit 09dd9acc authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: auto fill zip and town with jquery

parent 42fdbaa8
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment