From 80e2acbe5be3575fc850f7ed8ba314cda8b24017 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 11 Feb 2006 17:24:04 +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 77cbc12335b..6dde0851d4e 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -140,6 +140,7 @@ if ($_POST['action'] == 'addligne' && $user->rights->commande->creer) { $result = $commande->addline( $_POST['np_desc'], + $_POST['product_desc'], $_POST['pu'], $_POST['qty'], $_POST['tva_tx'],