From ed83b33bc602742cff49c4062cd0a0c7eaba01cc Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 11 Feb 2006 18:36:28 +0000 Subject: [PATCH] modification de la description produit --- htdocs/commande/fiche.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 772e36af9ce..34a091ed773 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -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'],