This commit is contained in:
Regis Houssin 2006-02-19 14:32:47 +00:00
parent ede0aba77d
commit 4a9baf28ca

View File

@ -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),