Skip to content
Snippets Groups Projects
Commit b9fbdffa authored by Maxime Kohlhaas's avatar Maxime Kohlhaas
Browse files

Fix bug 1298 : category nav on member

	modified:   htdocs/categories/categorie.php
parent 32364ac1
No related branches found
No related tags found
No related merge requests found
......@@ -410,7 +410,7 @@ else if ($id || $ref)
// Ref
print '<tr><td width="20%">'.$langs->trans("Ref").'</td>';
print '<td class="valeur">';
print $form->showrefnav($member,'rowid');
print $form->showrefnav($member,'id','',1,'rowid','nom','','&type='.$type);
print '</td></tr>';
// Login
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment