diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 5a0fc57f6a6..8f3fc54e18b 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -867,7 +867,7 @@ if ($_GET["id"] || $_GET["ref"]) } } } -else +else if (!$_GET["action"] == 'create') { Header("Location: index.php"); exit;