Fix: delete go back to list.
This commit is contained in:
parent
5541c2b693
commit
55e21b85c7
@ -139,7 +139,7 @@ else if ($action == 'confirm_delete' && $confirm == 'yes' && $user->rights->prop
|
||||
$result=$object->delete($user);
|
||||
if ($result > 0)
|
||||
{
|
||||
Header('Location: '.$_SERVER["PHP_SELF"]);
|
||||
Header('Location: '.DOL_URL_ROOT.'/comm/propal/list.php');
|
||||
exit;
|
||||
}
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user