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