From 561d0ea46b2d63ef0f7dfa95db963dc9282f656e Mon Sep 17 00:00:00 2001 From: braito4 Date: Wed, 7 Aug 2013 20:48:50 +0200 Subject: [PATCH] Update fiche.php --- htdocs/fourn/facture/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index a45df719b7d..aaf36409b81 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -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