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