Fix combo
This commit is contained in:
parent
5144992eea
commit
213936aac1
@ -716,12 +716,13 @@ class FormCompany
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
print "</select>\n";
|
print "</select>\n";
|
||||||
|
print ajax_combobox($htmlname);
|
||||||
return $firstCompany;
|
return $firstCompany;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
dol_print_error($this->db);
|
dol_print_error($this->db);
|
||||||
print 'Error sql';
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user