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