Merge pull request #11105 from atm-greg/FIX_stock_movement_link_to_project

fix project link for stock correction
This commit is contained in:
Laurent Destailleur 2019-05-03 11:27:17 +02:00 committed by GitHub
commit 6a5af0511d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>';