2
0
forked from Wavyzz/dolibarr

Fix: management of time spent in task card

This commit is contained in:
Regis Houssin
2010-02-24 15:04:10 +00:00
parent d3a8fb190a
commit 4d3abb2f1d

View File

@@ -74,7 +74,7 @@ if ($_POST["action"] == 'update' && ! $_POST["cancel"] && $user->rights->projet-
}
}
if ($_POST["action"] == 'confirm_delete' && $_POST["confirm"] == "yes" && $user->rights->projet->creer)
if ($_POST["action"] == 'confirm_delete' && $_POST["confirm"] == "yes" && $user->rights->projet->supprimer)
{
$task = new Task($db);
if ($task->fetch($_GET["id"]) >= 0 )