Skip to content

Commit

Permalink
FIX Dolibarr#28505 Blank page from thirparty to projects (Dolibarr#31637
Browse files Browse the repository at this point in the history
)

Fix Blank page from thirparty to projects for users that has not permisson to do massactions
  • Loading branch information
PsyCrow-code authored Oct 30, 2024
1 parent d51bf2b commit 87fdd4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/societe/project.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 87fdd4e

Please sign in to comment.