FIX #6517 #6525 Autocompletion of thirdparty after n chars not

implemented
This commit is contained in:
Laurent Destailleur
2017-03-26 05:02:06 +02:00
parent 6e133e5bf6
commit e38ad37ce3
3 changed files with 59 additions and 61 deletions

View File

@@ -118,7 +118,7 @@ function print_actions_filter($form, $canedit, $status, $year, $month, $day, $sh
print '<td class="nowrap" style="padding-bottom: 2px; padding-right: 4px;">';
print $langs->trans("ThirdParty").' &nbsp; ';
print '</td><td class="nowrap" style="padding-bottom: 2px;">';
print $form->select_company($socid, 'socid', '', 1);
print $form->select_company($socid, 'socid', '', 'SelectThirdParty', 0, 0, null, 0);
print '</td></tr>';
}