diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 0689e58e188..a560902364d 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -101,6 +101,7 @@ if ($_POST["action"] == 'update' && if ($product->fetch($_POST["id"])) { $product->ref = $_POST["ref"]; + $product->libelle = $_POST["libelle"]; $product->price = $_POST["price"]; $product->tva_tx = $_POST["tva_tx"]; $product->description = $_POST["desc"];