Modif pour templates

This commit is contained in:
Rodolphe Quiedeville 2007-05-15 15:09:37 +00:00
parent 5d219efc5a
commit a50046b67b

View File

@ -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.'/';