Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into 9.0
This commit is contained in:
commit
b5d8bc732d
@ -100,7 +100,7 @@ if (empty($conf) || ! is_object($conf)) {
|
|||||||
{
|
{
|
||||||
print '<td>'.$langs->trans('Project').'</td>';
|
print '<td>'.$langs->trans('Project').'</td>';
|
||||||
print '<td>';
|
print '<td>';
|
||||||
$formproject->select_projects(0, '', 'projectid', 0, 0, 1, 0, 0, 0, 0, '', 0, 0, 'maxwidth300');
|
$formproject->select_projects(-1, '', 'projectid', 0, 0, 1, 0, 0, 0, 0, '', 0, 0, 'maxwidth300');
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user