Skip to content

Commit

Permalink
Merge pull request #3550 from AlainRnet/patch-2
Browse files Browse the repository at this point in the history
Update categorie.php
  • Loading branch information
eldy committed Sep 18, 2015
2 parents 8251807 + 8dd843a commit f9973d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/categories/categorie.php
Expand Up @@ -410,7 +410,7 @@
// Ref
print '<tr><td width="20%">'.$langs->trans("Ref").'</td>';
print '<td class="valeur">';
print $form->showrefnav($member,'id');
print $form->showrefnav($member,'id','','1','rowid','ref','','&type=3');
print '</td></tr>';

// Login
Expand Down

0 comments on commit f9973d1

Please sign in to comment.