From 21303812efe7546ad88ffbb708d177d31dec5543 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 15 Jul 2004 09:40:54 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20pour=20register=5Fglobal=20lors=20de=20?= =?UTF-8?q?la=20cr=E9ation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 22a5a0ba1cc..198258572d4 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -183,11 +183,13 @@ if ($_POST["action"] == 'add') print $db->error(); } } - + + if ($facid) + { + Header("Location: facture.php?facid=".$facid); + } } } - - $action = ''; } /* *