fix project link for stock correction

This commit is contained in:
atm-greg 2019-05-03 10:24:49 +02:00
parent 45d618cd7a
commit e0c3cf8360

View File

@ -100,7 +100,7 @@ if (empty($conf) || ! is_object($conf))
{
print '<td>'.$langs->trans('Project').'</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 '</tr>';