This commit is contained in:
Regis Houssin 2006-02-19 13:31:12 +00:00
parent 36423db3fe
commit e24b875022

View File

@ -227,7 +227,7 @@ if ($_POST["action"] == 'addincommande')
$commande->fetch($_POST["commandid"]);
$result = $commande->addline(addslashes($product->libelle),
addslashes($product->product_desc),
addslashes($product->description),
$product->price,
$_POST["qty"],
$product->tva_tx,
@ -256,7 +256,7 @@ if ($_POST["action"] == 'addinfacture' && $user->rights->facture->creer)
$facture->addline($_POST["factureid"],
addslashes($product->libelle),
addslashes($product->product_desc),
addslashes($product->description),
$product->price,
$_POST["qty"],
$product->tva_tx,