Skip to content
Snippets Groups Projects
Commit 83e7067d authored by Cyrille de Lambert's avatar Cyrille de Lambert
Browse files

Amelioration canvas produit livre

parent 50bc600f
No related branches found
No related tags found
No related merge requests found
...@@ -199,7 +199,9 @@ if ($resql) ...@@ -199,7 +199,9 @@ if ($resql)
if ($_GET["canvas"] <> '' && file_exists($smarty->template_dir . '/product/canvas/'.$_GET["canvas"].'/liste.tpl') ) if ($_GET["canvas"] <> '' && file_exists($smarty->template_dir . '/product/canvas/'.$_GET["canvas"].'/liste.tpl') )
{ {
$smarty->assign('datas', $object->list_datas); $smarty->assign('datas', $object->list_datas);
$smarty->assign('url_root', $dolibarr_main_url_root);
$smarty->assign('theme', $conf->theme);
$smarty->assign('langs', $langs);
$smarty->display('product/canvas/'.$_GET["canvas"].'/liste.tpl'); $smarty->display('product/canvas/'.$_GET["canvas"].'/liste.tpl');
} }
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment