modification de la description produit

This commit is contained in:
Regis Houssin 2006-02-11 18:36:28 +00:00
parent 4993c5e84b
commit ed83b33bc6

View File

@ -151,6 +151,7 @@ if ($_POST['action'] == 'addligne' && $user->rights->commande->creer)
{
$result = $commande->addline(
$_POST['desc'],
$_POST['product_desc'],
$_POST['pu'],
$_POST['qty'],
$_POST['tva_tx'],