Fix length of combobox

This commit is contained in:
Laurent Destailleur 2018-03-29 15:31:21 +02:00
parent 188e5d286d
commit fdfcb96176

View File

@ -2088,7 +2088,7 @@ else
if (! empty($conf->projet->enabled))
{
print '<td>';
$formproject->select_projects(-1, $line->fk_projet,'fk_projet', 0, 0, 1, 1);
$formproject->select_projects(-1, $line->fk_projet,'fk_projet', 0, 0, 1, 1, 0, 0, 0, '', 0, 0, 'maxwidth300');
print '</td>';
}