Merge pull request #1171 from braito4/patch-1

Update fiche.php
This commit is contained in:
Laurent Destailleur 2013-08-07 13:37:56 -07:00
commit 1a8b49c2c7

View File

@ -155,7 +155,7 @@ elseif ($action == 'confirm_delete' && $confirm == 'yes' && $user->rights->fourn
$result=$object->delete($id);
if ($result > 0)
{
header('Location: index.php');
header('Location: list.php');
exit;
}
else