From 64387171662b1c880c6a6067e6d5d2e6387147ac Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 21 Jun 2005 20:18:19 +0000 Subject: [PATCH] Fix: Meilleur gestion erreur creation contrat. Fix: On distingue bien le commerical principal de suivi, du commercial de signature --- htdocs/contrat/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contrat/fiche.php b/htdocs/contrat/fiche.php index 1537a3858e7..69afb469d56 100644 --- a/htdocs/contrat/fiche.php +++ b/htdocs/contrat/fiche.php @@ -90,7 +90,7 @@ if ($_POST["action"] == 'add') else { $mesg='
'.$contrat->error.'
'; } -print $mesg; + $_GET["id"] = $contrat->id; $action = '';