Modif pour templates
This commit is contained in:
parent
5d219efc5a
commit
a50046b67b
@ -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.'/';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user