diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 6d548d182f1..267d00cfd3b 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -141,7 +141,7 @@ if ($_POST["action"] == 'update' && { $_GET["action"] = 're-edit'; $_GET["id"] = $_POST["id"]; - $mesg = $product->mesg_error; + $mesg = $product->error; } } else