From 3d8e05942d9cd63eb911745bae58117d1f1c6bcd Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 18 Feb 2006 14:37:36 +0000 Subject: [PATCH] bugfix --- htdocs/fourn/commande/fiche.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php index 90a7139aad0..754c366cccf 100644 --- a/htdocs/fourn/commande/fiche.php +++ b/htdocs/fourn/commande/fiche.php @@ -638,6 +638,7 @@ if ($_GET["id"] > 0) */ $form = new Form($db); + print '
'; print '
'; print ''; print ''; @@ -668,6 +669,7 @@ if ($_GET["id"] > 0) */ $form = new Form($db); + print '
'; print ''; print ''; print '
Commander
';