Skip to content
Snippets Groups Projects
Commit 76e81077 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: why no link ?

parent 1a3c45fa
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@ foreach($fulltree as $key => $val)
$categstatic->id=$val['id'];
$categstatic->ref=$val['label'];
$categstatic->type=$type;
print $categstatic->getNomUrl(0,'',28);
print '  '.$categstatic->getNomUrl(0,'',28);
//print '  '.dol_trunc($val['label'],28);
//if ($section == $val['id']) print '</u>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment