From de767435363baa9f60d5a2bf0b3c2c8155e2e665 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 4 Apr 2005 16:05:50 +0000 Subject: [PATCH] Bugfix --- htdocs/fourn/commande/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php index 9d025e36700..f7692536770 100644 --- a/htdocs/fourn/commande/fiche.php +++ b/htdocs/fourn/commande/fiche.php @@ -435,7 +435,7 @@ if ($_GET["id"] > 0) */ if ($commande->statut == 0 && $user->rights->fournisseur->commande->creer) { - $sql = "SELECT p.rowid,p.label,p.ref,p.price "; + $sql = "SELECT p.rowid,p.label,p.ref "; $sql .=" , pf.price"; $sql .= " FROM ".MAIN_DB_PREFIX."product as p "; $sql .= " , ".MAIN_DB_PREFIX."product_fournisseur_price as pf "; @@ -462,7 +462,7 @@ if ($_GET["id"] > 0) print $db->error(); } - print "
id\" method=\"post\">"; + print ''; print ''; print "";