From a50046b67b06aa94417fa3d291c604a6f8fda12d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 15 May 2007 15:09:37 +0000 Subject: [PATCH] Modif pour templates --- htdocs/product/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index c526ed95584..ee6bf3ba817 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -594,7 +594,7 @@ if ($_GET["id"] || $_GET["ref"]) include_once('canvas/product.'.$product->canvas.'.class.php'); $product = new $class($db); - $result = $product->FetchCanvas($_GET["id"]); + $result = $product->FetchCanvas($_GET["id"],'',$_GET["action"]); $smarty->template_dir = DOL_DOCUMENT_ROOT.'/product/canvas/'.$product->canvas.'/';