mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Qual: Ajax code is simpler and now works with IE6
This commit is contained in:
@@ -500,8 +500,8 @@ class Form
|
||||
print '<td class="nobordernopadding">';
|
||||
if ($socid == 0)
|
||||
{
|
||||
$langs->load("companies");
|
||||
print '<input type="text" size="30" id="'.$htmlname.'" name="'.$htmlname.'" value="'.$langs->trans("SelectCompany").'" '.$htmloption.' />';
|
||||
//$langs->load("companies");
|
||||
print '<input type="text" size="30" id="'.$htmlname.'" name="'.$htmlname.'" value="" '.$htmloption.' />';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user