diff --git a/htdocs/societe/project.php b/htdocs/societe/project.php index f491db5d48b..f9609585986 100644 --- a/htdocs/societe/project.php +++ b/htdocs/societe/project.php @@ -85,6 +85,7 @@ if ($reshook < 0) { $parameters = array('id'=>$socid); // List of mass actions available +$arrayofmassactions = array(); if (!empty($permissiontodelete)) { $arrayofmassactions['predelete'] = img_picto('', 'delete', 'class="pictofixedwidth"').$langs->trans("Delete"); }