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'],