diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 7b04f2cd9f7..d94f584f2c9 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -820,7 +820,7 @@ if ($action == 'create' && ($user->rights->produit->creer || $user->rights->serv * Product card */ -if ($id || $ref) +else if ($id || $ref) { $product=new Product($db);