From 87fdd4ea5ff0bc199e35ed1b0cb6895864b4c869 Mon Sep 17 00:00:00 2001 From: PsyCrow <93346975+PsyCrow-code@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:09:48 -0600 Subject: [PATCH] FIX #28505 Blank page from thirparty to projects (#31637) Fix Blank page from thirparty to projects for users that has not permisson to do massactions --- htdocs/societe/project.php | 1 + 1 file changed, 1 insertion(+) 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"); }