Fix bug 1298 : category nav on member
modified: htdocs/categories/categorie.php
This commit is contained in:
parent
32364ac18b
commit
b9fbdffab2
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user