Merge branch 'develop' of github.com:atm-maxime/dolibarr into develop
This commit is contained in:
commit
0c99e1d46c
@ -116,7 +116,7 @@ if ($action == 'confirm_delete' && $confirm == "yes" && $user->rights->projet->s
|
|||||||
|
|
||||||
if ($object->delete($user) > 0)
|
if ($object->delete($user) > 0)
|
||||||
{
|
{
|
||||||
header("Location: index.php");
|
header('Location: '.DOL_URL_ROOT.'/projet/tasks.php?id='.$projectstatic->id);
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user