From 4a9baf28ca8ecd92654fb145c3a5c52a89bb9cf0 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 19 Feb 2006 14:32:47 +0000 Subject: [PATCH] bugfix --- htdocs/product/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index d89db16f105..2f746e3005e 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -224,7 +224,7 @@ if ($_POST["action"] == 'addinpropal') if ($_POST["action"] == 'addincommande') { $commande = New Commande($db); - $commande->fetch($_POST["commandid"]); + $commande->fetch($_POST["commandeid"]); $result = $commande->addline(addslashes($product->libelle), addslashes($product->description),