Fix: delete go back to list.

This commit is contained in:
Laurent Destailleur 2012-05-13 19:52:19 +02:00
parent 5541c2b693
commit 55e21b85c7

View File

@ -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