From acfae190c381170499ce2fa9dbdf0b46e4860e93 Mon Sep 17 00:00:00 2001 From: Adrien Raze Date: Wed, 2 Sep 2020 09:15:15 +0200 Subject: [PATCH] =?UTF-8?q?FIX=20:=20suppression=20lien=20nbT=C3=A2che?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/core/boxes/box_validated_projects.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/core/boxes/box_validated_projects.php b/htdocs/core/boxes/box_validated_projects.php index f1e7fda8a2e..fc190b9d5d3 100644 --- a/htdocs/core/boxes/box_validated_projects.php +++ b/htdocs/core/boxes/box_validated_projects.php @@ -172,7 +172,6 @@ class box_validated_projects extends ModeleBoxes 'td' => 'class="center"', 'text' => $objp->taskNumber." ".$langs->trans("Tasks"), 'asis' => 1, - 'url' => DOL_URL_ROOT.'/custom/cligp/tasks/projettasks.php?id='.$objp->rowid.'&search_timespend==0&search_user_id='.$user->id, ); $i++; }