diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 18904669e48..66d386ce2b0 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -787,7 +787,6 @@ if ($_GET["id"] || $_GET["ref"]) } // Gestion des produits specifiques - $product->canvas = ''; if ($conf->global->PRODUCT_CANVAS_ABILITY) { if ($product->canvas <> '' && file_exists('canvas/product.'.$product->canvas.'.class.php') )