forked from Wavyzz/dolibarr
Merge branch 'bug-1803' of https://github.com/marcosgdf/dolibarr into
marcosgdf-bug-1803 Conflicts: ChangeLog
This commit is contained in:
@@ -11,6 +11,7 @@ English Dolibarr ChangeLog
|
|||||||
- Fix: [ bug #1802 ] SQL error when updating a task with PostgreSQL database
|
- Fix: [ bug #1802 ] SQL error when updating a task with PostgreSQL database
|
||||||
- Fix: [ bug #1785 ] Start date is lost in Project > Linked objects
|
- Fix: [ bug #1785 ] Start date is lost in Project > Linked objects
|
||||||
- Fix: [ bug #1804 ] SQL error when sending email without addresee
|
- Fix: [ bug #1804 ] SQL error when sending email without addresee
|
||||||
|
- Fix: [ bug #1803 ] AJAX company contact input is not aligned
|
||||||
|
|
||||||
***** ChangeLog for 3.6.2 compared to 3.6.1 *****
|
***** ChangeLog for 3.6.2 compared to 3.6.1 *****
|
||||||
- Fix: fix ErrorBadValueForParamNotAString error message in price customer multiprice.
|
- Fix: fix ErrorBadValueForParamNotAString error message in price customer multiprice.
|
||||||
|
|||||||
@@ -610,8 +610,6 @@ class FormCompany
|
|||||||
}
|
}
|
||||||
|
|
||||||
print "\n".'<!-- Input text for third party with Ajax.Autocompleter (selectCompaniesForNewContact) -->'."\n";
|
print "\n".'<!-- Input text for third party with Ajax.Autocompleter (selectCompaniesForNewContact) -->'."\n";
|
||||||
print '<table class="nobordernopadding"><tr class="nobordernopadding">';
|
|
||||||
print '<td class="nobordernopadding">';
|
|
||||||
if ($obj->rowid == 0)
|
if ($obj->rowid == 0)
|
||||||
{
|
{
|
||||||
print '<input type="text" size="30" id="search_'.$htmlname.'" name="search_'.$htmlname.'" value="" '.$htmloption.' />';
|
print '<input type="text" size="30" id="search_'.$htmlname.'" name="search_'.$htmlname.'" value="" '.$htmloption.' />';
|
||||||
@@ -621,9 +619,6 @@ class FormCompany
|
|||||||
print '<input type="text" size="30" id="search_'.$htmlname.'" name="search_'.$htmlname.'" value="'.$obj->nom.'" '.$htmloption.' />';
|
print '<input type="text" size="30" id="search_'.$htmlname.'" name="search_'.$htmlname.'" value="'.$obj->nom.'" '.$htmloption.' />';
|
||||||
}
|
}
|
||||||
print ajax_autocompleter(($socid?$socid:-1),$htmlname,DOL_URL_ROOT.'/societe/ajaxcompanies.php','',$minLength);
|
print ajax_autocompleter(($socid?$socid:-1),$htmlname,DOL_URL_ROOT.'/societe/ajaxcompanies.php','',$minLength);
|
||||||
print '</td>';
|
|
||||||
print '</tr>';
|
|
||||||
print '</table>';
|
|
||||||
print "\n";
|
print "\n";
|
||||||
return $socid;
|
return $socid;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user