Update categorie.php
la navigation entre membre depuis sa catégorie ne fonctionne pas sans ajouter "&type=3" à l'URL
This commit is contained in:
parent
9cbd236c8c
commit
f8f24f7b29
@ -419,7 +419,7 @@ else if ($id || $ref)
|
|||||||
// Ref
|
// Ref
|
||||||
print '<tr><td width="20%">'.$langs->trans("Ref").'</td>';
|
print '<tr><td width="20%">'.$langs->trans("Ref").'</td>';
|
||||||
print '<td class="valeur">';
|
print '<td class="valeur">';
|
||||||
print $form->showrefnav($member,'id');
|
print $form->showrefnav($member,'id','','1','rowid','ref','','&type=3');
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// Login
|
// Login
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user