diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php index 7c8a3e3a71a..1b0ccb36ed0 100644 --- a/htdocs/projet/card.php +++ b/htdocs/projet/card.php @@ -595,6 +595,7 @@ if ($action == 'create' && $user->rights->projet->creer) // Categories print ''.$langs->trans("Categories").''; $cate_arbo = $form->select_all_categories(Categorie::TYPE_PROJECT, '', 'parent', 64, 0, 1); + $arrayselected=GETPOST('categories', 'array'); print $form->multiselectarray('categories', $cate_arbo, $arrayselected, '', 0, '', 0, '100%'); print ""; }